#9F041A

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

Shades of Carmine #9F041A

Tints of Carmine #9F041A

Color information

#9F041A (or 0x9F041A) is unknown color: approx Carmine. HEX triplet: 9F, 04 and 1A. RGB value is (159,4,26). Sum of RGB (Red+Green+Blue) = 159+4+26=189 (25% of max value = 765). Red value is 159 (62.5% from 255 or 84.13% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 159 - color contains mainly: red. Hex color #9F041A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F041A is #60FBE5. Grayscale: #343434. Windows color (decimal): -6355942 or 1705119. OLE color: 1705119.

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

Color convert

RGB159426-
CMYK00.970.840.38
HSL351.48º95.09%31.96%-
HSV(B)351.48º97.48%62.35%-
XYZ14.537.531.67-
YUV52.85112.85203.71-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 84.13%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=84.13%
G=2.12%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15942600.970.840.38351.4895.0931.96
Hex9F41A061542615f5f20
Octal23743201411244653713740
Binary10011111100110100110000110101001001101010111111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F041A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,4,26); }

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

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

 a { background-color: rgb(159,4,26); }

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

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

 span { border-color: rgb(159,4,26); }

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