#9D0F17

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

Shades of Carmine #9D0F17

Tints of Carmine #9D0F17

Color information

#9D0F17 (or 0x9D0F17) is unknown color: approx Carmine. HEX triplet: 9D, 0F and 17. RGB value is (157,15,23). Sum of RGB (Red+Green+Blue) = 157+15+23=195 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.51% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 23 (9.38% from 255 or 11.79% from 195); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0F17 is #62F0E8. Grayscale: #3A3A3A. Windows color (decimal): -6484201 or 1511325. OLE color: 1511325.

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

Color convert

RGB1571523-
CMYK00.900.850.38
HSL356.62º82.56%33.73%-
HSV(B)356.62º90.45%61.57%-
XYZ14.237.571.52-
YUV58.37108.04198.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 80.51%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 23 (9.38% from 255) = 11.79%
R=80.51%
G=7.69%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157152300.900.850.38356.6282.5633.73
Hex9DF1705A55261655322
Octal235172701321254654512342
Binary100111011111101110101101010101011001101011001011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,15,23); }

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

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

 a { background-color: rgb(157,15,23); }

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

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

 span { border-color: rgb(157,15,23); }

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