#9B2732

Color #9B2732 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9B2732

Tints of Bright Red #9B2732

Color information

#9B2732 (or 0x9B2732) is unknown color: approx Bright Red. HEX triplet: 9B, 27 and 32. RGB value is (155,39,50). Sum of RGB (Red+Green+Blue) = 155+39+50=244 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.52% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 50 (19.92% from 255 or 20.49% from 244); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B2732 is #64D8CD. Grayscale: #4B4B4B. Windows color (decimal): -6609102 or 3286939. OLE color: 3286939.

HSL color Cylindrical-coordinate representation of color #9B2732: hue angle of 354.31º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9B2732 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB1553950-
CMYK00.750.680.39
HSL354.31º59.79%38.04%-
HSV(B)354.31º74.84%60.78%-
XYZ14.828.653.91-
YUV74.94113.93185.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 155 (60.94% from 255) = 63.52%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 50 (19.92% from 255) = 20.49%
R=63.52%
G=15.98%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155395000.750.680.39354.3159.7938.04
Hex9B273204B44271623c26
Octal23347620113104475427446
Binary10011011100111110010010010111000100100111101100010111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B2732; }

 p { color: rgb(155,39,50); }

 H1.HeaderClassName
 {
   color: #9B2732;
 }
 .AnyTagClassName
 {
   color: #9B2732;
 }
</style>
background-color css

<style>
 a { background-color: #9B2732; }

 a { background-color: rgb(155,39,50); }

 div.DivClassName
 {
   background-color: #9B2732;
 }
 .BgClassName
 {
   background-color: #9B2732;
 }
</style>
border-color css

<style>
 span { border-color: #9B2732; }

 span { border-color: rgb(155,39,50); }

 td.TdClassName
 {
   border-color: #9B2732;
 }
 .TagClassName
 {
   border-color: #9B2732;
 }
</style>