#9B1928

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

Shades of Bright Red #9B1928

Tints of Bright Red #9B1928

Color information

#9B1928 (or 0x9B1928) is unknown color: approx Bright Red. HEX triplet: 9B, 19 and 28. RGB value is (155,25,40). Sum of RGB (Red+Green+Blue) = 155+25+40=220 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.45% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1928 is #64E6D7. Grayscale: #414141. Windows color (decimal): -6612696 or 2627995. OLE color: 2627995.

HSL color Cylindrical-coordinate representation of color #9B1928: hue angle of 353.08º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B1928 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.39.

Color convert

RGB1552540-
CMYK00.840.740.39
HSL353.08º72.22%35.29%-
HSV(B)353.08º83.87%60.78%-
XYZ14.257.822.77-
YUV65.58113.57191.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.45%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=70.45%
G=11.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155254000.840.740.39353.0872.2235.29
Hex9B19280544A271614823
Octal233315001241124754111043
Binary10011011110011010000101010010010101001111011000011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,25,40); }

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

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

 a { background-color: rgb(155,25,40); }

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

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

 span { border-color: rgb(155,25,40); }

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