Html Css Color HEX #9B1118 Carmine

📋 copy color: '#9B1118'

red 155 ◦ green 17 ◦ blue 24

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

Shades of Carmine #9B1118

Tints of Carmine #9B1118

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.67%

 BLUE value IS 24 (9.77% from 255) = 12.24%

R = 79.08%
G = 8.67%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B1118 (or 0x9B1118) is known color: Carmine. HEX triplet: 9B, 11 and 18. RGB value is (155,17,24). Sum of RGB (Red+Green+Blue) = 155+17+24=196 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.08% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1118 is #64EEE7. Grayscale: #3B3B3B. Windows color (decimal): -6614760 or 1577371. OLE color: 1577371.

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

Color convert

RGB 155 17 24 -
CMYK 0 0.89 0.85 0.39
HSL 356.96º 0.8% 0.34% -
HSV(B) 356.96º 0.89% 0.61% -
XYZ 13.88 7.44 1.57 -
YUV 59.06 108.22 196.43 -
System Red Green Blue C M Y K H S L
Decimal 155 17 24 0 0.89 0.85 0.39 356.96 0.8 0.34
Hex 9B 11 18 0 59 55 27 165 50 22
Octal 233 21 30 0 131 125 47 545 120 42
Binary 10011011 10001 11000 0 1011001 1010101 100111 101100101 1010000 100010

Color Harmonies of #9B1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1118

Black with #9B1118

Text Example


Text Example

White with #9B1118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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