#9D0F16

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

Shades of Carmine #9D0F16

Tints of Carmine #9D0F16

Color information

#9D0F16 (or 0x9D0F16) is unknown color: approx Carmine. HEX triplet: 9D, 0F and 16. RGB value is (157,15,22). Sum of RGB (Red+Green+Blue) = 157+15+22=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0F16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D0F16 is #62F0E9. Grayscale: #3A3A3A. Windows color (decimal): -6484202 or 1445789. OLE color: 1445789.

HSL color Cylindrical-coordinate representation of color #9D0F16: hue angle of 357.04º 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 #9D0F16 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1571522-
CMYK00.900.860.38
HSL357.04º82.56%33.73%-
HSV(B)357.04º90.45%61.57%-
XYZ14.227.571.47-
YUV58.26107.54198.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 80.93%
GREEN value IS 15 (6.25% from 255) = 7.73%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=80.93%
G=7.73%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157152200.900.860.38357.0482.5633.73
Hex9DF1605A56261655322
Octal235172601321264654512342
Binary100111011111101100101101010101101001101011001011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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