#9D1118

Color #9D1118 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #9D1118

Tints of Carmine #9D1118

Color information

#9D1118 (or 0x9D1118) is unknown color: approx Carmine. HEX triplet: 9D, 11 and 18. RGB value is (157,17,24). Sum of RGB (Red+Green+Blue) = 157+17+24=198 (26% of max value = 765). Red value is 157 (61.72% from 255 or 79.29% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1118 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1118 is #62EEE7. Grayscale: #3B3B3B. Windows color (decimal): -6483688 or 1577373. OLE color: 1577373.

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

Color convert

RGB1571724-
CMYK00.890.850.38
HSL357º80.46%34.12%-
HSV(B)357º89.17%61.57%-
XYZ14.277.631.59-
YUV59.66107.88197.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 79.29%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=79.29%
G=8.59%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157172400.890.850.3835780.4634.12
Hex9D111805955261655022
Octal235213001311254654512042
Binary1001110110001110000101100110101011001101011001011010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9D1118;
 }
 .AnyTagClassName
 {
   color: #9D1118;
 }
</style>
background-color css

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

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

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

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

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

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