#9B1C24

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

Shades of Bright Red #9B1C24

Tints of Bright Red #9B1C24

Color information

#9B1C24 (or 0x9B1C24) is unknown color: approx Bright Red. HEX triplet: 9B, 1C and 24. RGB value is (155,28,36). Sum of RGB (Red+Green+Blue) = 155+28+36=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 28 (11.33% from 255 or 12.79% from 219); Blue value is 36 (14.45% from 255 or 16.44% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B1C24 is #64E3DB. Grayscale: #424242. Windows color (decimal): -6611932 or 2366619. OLE color: 2366619.

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

Color convert

RGB1552836-
CMYK00.820.770.39
HSL356.22º69.4%35.88%-
HSV(B)356.22º81.94%60.78%-
XYZ14.257.932.45-
YUV66.89110.58190.85-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.78%
GREEN value IS 28 (11.33% from 255) = 12.79%
BLUE value IS 36 (14.45% from 255) = 16.44%
R=70.78%
G=12.79%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155283600.820.770.39356.2269.435.88
Hex9B1C240524D271644524
Octal233344401221154754410544
Binary10011011111001001000101001010011011001111011001001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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