Html Css Color HEX #9B1617 Carmine

📋 copy color: '#9B1617'

red 155 ◦ green 22 ◦ blue 23

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

Shades of Carmine #9B1617

Tints of Carmine #9B1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11%

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

R = 77.5%
G = 11%
B = 11.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B1617 (or 0x9B1617) is known color: Carmine. HEX triplet: 9B, 16 and 17. RGB value is (155,22,23). Sum of RGB (Red+Green+Blue) = 155+22+23=200 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.5% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 23 (9.38% from 255 or 11.5% from 200); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1617 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1617 is #64E9E8. Grayscale: #3E3E3E. Windows color (decimal): -6613481 or 1513115. OLE color: 1513115.

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

Color convert

RGB 155 22 23 -
CMYK 0 0.86 0.85 0.39
HSL 359.55º 0.75% 0.35% -
HSV(B) 359.55º 0.86% 0.61% -
XYZ 13.96 7.6 1.54 -
YUV 61.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 155 22 23 0 0.86 0.85 0.39 359.55 0.75 0.35
Hex 9B 16 17 0 56 55 27 168 4B 23
Octal 233 26 27 0 126 125 47 550 113 43
Binary 10011011 10110 10111 0 1010110 1010101 100111 101101000 1001011 100011

Color Harmonies of #9B1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1617

Black with #9B1617

Text Example


Text Example

White with #9B1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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