#9B1B24

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

Shades of Bright Red #9B1B24

Tints of Bright Red #9B1B24

Color information

#9B1B24 (or 0x9B1B24) is unknown color: approx Bright Red. HEX triplet: 9B, 1B and 24. RGB value is (155,27,36). Sum of RGB (Red+Green+Blue) = 155+27+36=218 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.10% from 218); Green value is 27 (10.94% from 255 or 12.39% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1B24 is #64E4DB. Grayscale: #424242. Windows color (decimal): -6612188 or 2366363. OLE color: 2366363.

HSL color Cylindrical-coordinate representation of color #9B1B24: hue angle of 355.78º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B24 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.39.

Color convert

RGB1552736-
CMYK00.830.770.39
HSL355.78º70.33%35.69%-
HSV(B)355.78º82.58%60.78%-
XYZ14.237.882.44-
YUV66.3110.91191.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.10%
GREEN value IS 27 (10.94% from 255) = 12.39%
BLUE value IS 36 (14.45% from 255) = 16.51%
R=71.10%
G=12.39%
B=16.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155273600.830.770.39355.7870.3335.69
Hex9B1B240534D271644624
Octal233334401231154754410644
Binary10011011110111001000101001110011011001111011001001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,27,36); }

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

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

 a { background-color: rgb(155,27,36); }

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

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

 span { border-color: rgb(155,27,36); }

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