#9F0512

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

Shades of Carmine #9F0512

Tints of Carmine #9F0512

Color information

#9F0512 (or 0x9F0512) is unknown color: approx Carmine. HEX triplet: 9F, 05 and 12. RGB value is (159,5,18). Sum of RGB (Red+Green+Blue) = 159+5+18=182 (24% of max value = 765). Red value is 159 (62.5% from 255 or 87.36% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0512 is #60FAED. Grayscale: #343434. Windows color (decimal): -6355694 or 1181087. OLE color: 1181087.

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

Color convert

RGB159518-
CMYK00.970.890.38
HSL354.94º93.9%32.16%-
HSV(B)354.94º96.86%62.35%-
XYZ14.467.521.26-
YUV52.53108.52203.94-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 87.36%
GREEN value IS 5 (2.34% from 255) = 2.75%
BLUE value IS 18 (7.42% from 255) = 9.89%
R=87.36%
G=2.75%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15951800.970.890.38354.9493.932.16
Hex9F51206159261635e20
Octal23752201411314654313640
Binary10011111101100100110000110110011001101011000111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,5,18); }

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

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

 a { background-color: rgb(159,5,18); }

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

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

 span { border-color: rgb(159,5,18); }

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