Html Css Color HEX #9D0811 Carmine

📋 copy color: '#9D0811'

red 157 ◦ green 8 ◦ blue 17

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

Shades of Carmine #9D0811

Tints of Carmine #9D0811

RGB

 RED value IS 157 (61.72% from 255) = 86.26%

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 17 (7.03% from 255) = 9.34%

R = 86.26%
G = 4.4%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D0811 (or 0x9D0811) is known color: Carmine. HEX triplet: 9D, 08 and 11. RGB value is (157,8,17). Sum of RGB (Red+Green+Blue) = 157+8+17=182 (24% of max value = 765). Red value is 157 (61.72% from 255 or 86.26% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 17 (7.03% from 255 or 9.34% from 182); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0811 is #62F7EE. Grayscale: #353535. Windows color (decimal): -6485999 or 1116317. OLE color: 1116317.

HSL color Cylindrical-coordinate representation of color #9D0811: hue angle of 356.38º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9D0811 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 8 17 -
CMYK 0 0.95 0.89 0.38
HSL 356.38º 0.9% 0.32% -
HSV(B) 356.38º 0.95% 0.62% -
XYZ 14.09 7.38 1.21 -
YUV 53.58 107.36 201.77 -
System Red Green Blue C M Y K H S L
Decimal 157 8 17 0 0.95 0.89 0.38 356.38 0.9 0.32
Hex 9D 8 11 0 5F 59 26 164 5A 20
Octal 235 10 21 0 137 131 46 544 132 40
Binary 10011101 1000 10001 0 1011111 1011001 100110 101100100 1011010 100000

Color Harmonies of #9D0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D0811

Black with #9D0811

Text Example


Text Example

White with #9D0811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,8,17); }

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

background-color css

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

 a { background-color: rgb(157,8,17); }

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

border-color css

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

 span { border-color: rgb(157,8,17); }

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