Html Css Color HEX #9B0D17 Carmine

📋 copy color: '#9B0D17'

red 155 ◦ green 13 ◦ blue 23

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

Shades of Carmine #9B0D17

Tints of Carmine #9B0D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.81%

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

R = 81.15%
G = 6.81%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B0D17 (or 0x9B0D17) is known color: Carmine. HEX triplet: 9B, 0D and 17. RGB value is (155,13,23). Sum of RGB (Red+Green+Blue) = 155+13+23=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 23 (9.38% from 255 or 12.04% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0D17 is #64F2E8. Grayscale: #383838. Windows color (decimal): -6615785 or 1510811. OLE color: 1510811.

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

Color convert

RGB 155 13 23 -
CMYK 0 0.92 0.85 0.39
HSL 355.77º 0.85% 0.33% -
HSV(B) 355.77º 0.92% 0.61% -
XYZ 13.82 7.32 1.49 -
YUV 56.6 109.04 198.19 -
System Red Green Blue C M Y K H S L
Decimal 155 13 23 0 0.92 0.85 0.39 355.77 0.85 0.33
Hex 9B D 17 0 5C 55 27 164 55 21
Octal 233 15 27 0 134 125 47 544 125 41
Binary 10011011 1101 10111 0 1011100 1010101 100111 101100100 1010101 100001

Color Harmonies of #9B0D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0D17

Black with #9B0D17

Text Example


Text Example

White with #9B0D17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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