Html Css Color HEX #9B1417 Carmine

📋 copy color: '#9B1417'

red 155 ◦ green 20 ◦ blue 23

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

Shades of Carmine #9B1417

Tints of Carmine #9B1417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 78.28%
G = 10.1%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B1417 (or 0x9B1417) is known color: Carmine. HEX triplet: 9B, 14 and 17. RGB value is (155,20,23). Sum of RGB (Red+Green+Blue) = 155+20+23=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1417 is #64EBE8. Grayscale: #3C3C3C. Windows color (decimal): -6613993 or 1512603. OLE color: 1512603.

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

Color convert

RGB 155 20 23 -
CMYK 0 0.87 0.85 0.39
HSL 358.67º 0.77% 0.34% -
HSV(B) 358.67º 0.87% 0.61% -
XYZ 13.92 7.53 1.53 -
YUV 60.71 106.73 195.26 -
System Red Green Blue C M Y K H S L
Decimal 155 20 23 0 0.87 0.85 0.39 358.67 0.77 0.34
Hex 9B 14 17 0 57 55 27 167 4D 22
Octal 233 24 27 0 127 125 47 547 115 42
Binary 10011011 10100 10111 0 1010111 1010101 100111 101100111 1001101 100010

Color Harmonies of #9B1417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1417

Black with #9B1417

Text Example


Text Example

White with #9B1417

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,20,23); }

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

background-color css

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

 a { background-color: rgb(155,20,23); }

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

border-color css

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

 span { border-color: rgb(155,20,23); }

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