Html Css Color HEX #9B1824 Bright Red

📋 copy color: '#9B1824'

red 155 ◦ green 24 ◦ blue 36

#9B1824
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Red #9B1824

Tints of Bright Red #9B1824

RGB

 RED value IS 155 (60.94% from 255) = 72.09%

 GREEN value IS 24 (9.77% from 255) = 11.16%

 BLUE value IS 36 (14.45% from 255) = 16.74%

R = 72.09%
G = 11.16%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.39

RGB Variations

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

Color information

#9B1824 (or 0x9B1824) is known color: Bright Red. HEX triplet: 9B, 18 and 24. RGB value is (155,24,36). Sum of RGB (Red+Green+Blue) = 155+24+36=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 24 (9.77% from 255 or 11.16% from 215); Blue value is 36 (14.45% from 255 or 16.74% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1824 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B1824 is #64E7DB. Grayscale: #404040. Windows color (decimal): -6612956 or 2365595. OLE color: 2365595.

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

Color convert

RGB 155 24 36 -
CMYK 0 0.85 0.77 0.39
HSL 354.5º 0.73% 0.35% -
HSV(B) 354.5º 0.85% 0.61% -
XYZ 14.16 7.75 2.42 -
YUV 64.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 155 24 36 0 0.85 0.77 0.39 354.5 0.73 0.35
Hex 9B 18 24 0 55 4D 27 163 49 23
Octal 233 30 44 0 125 115 47 543 111 43
Binary 10011011 11000 100100 0 1010101 1001101 100111 101100011 1001001 100011

Color Harmonies of #9B1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1824

Black with #9B1824

Text Example


Text Example

White with #9B1824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B1824;
 }
 .AnyTagClassName
 {
   color: #9B1824;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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