#9F0010

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

Shades of Carmine #9F0010

Tints of Carmine #9F0010

Color information

#9F0010 (or 0x9F0010) is unknown color: approx Carmine. HEX triplet: 9F, 00 and 10. RGB value is (159,0,16). Sum of RGB (Red+Green+Blue) = 159+0+16=175 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.86% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 16 (6.64% from 255 or 9.14% from 175); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0010 is #60FFEF. Grayscale: #313131. Windows color (decimal): -6356976 or 1048735. OLE color: 1048735.

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

Color convert

RGB159016-
CMYK010.900.38
HSL353.96º100%31.18%-
HSV(B)353.96º100%62.35%-
XYZ14.397.411.16-
YUV49.36109.18206.2-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 90.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 9.14%
R=90.86%
G=0%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159016010.900.38353.9610031.18
Hex9F0100645A26162641f
Octal23702001441324654214437
Binary10011111010000011001001011010100110101100010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,0,16); }

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

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

 a { background-color: rgb(159,0,16); }

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

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

 span { border-color: rgb(159,0,16); }

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