#9F1019

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

Shades of Carmine #9F1019

Tints of Carmine #9F1019

Color information

#9F1019 (or 0x9F1019) is unknown color: approx Carmine. HEX triplet: 9F, 10 and 19. RGB value is (159,16,25). Sum of RGB (Red+Green+Blue) = 159+16+25=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 25 (10.16% from 255 or 12.5% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F1019 is #60EFE6. Grayscale: #3B3B3B. Windows color (decimal): -6352871 or 1642655. OLE color: 1642655.

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

Color convert

RGB1591625-
CMYK00.900.840.38
HSL356.22º81.71%34.31%-
HSV(B)356.22º89.94%62.35%-
XYZ14.667.811.65-
YUV59.78108.38198.77-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 79.5%
GREEN value IS 16 (6.64% from 255) = 8%
BLUE value IS 25 (10.16% from 255) = 12.5%
R=79.5%
G=8%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159162500.900.840.38356.2281.7134.31
Hex9F101905A54261645222
Octal237203101321244654412242
Binary1001111110000110010101101010101001001101011001001010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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