#9F022F

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

Shades of Carmine #9F022F

Tints of Carmine #9F022F

Color information

#9F022F (or 0x9F022F) is unknown color: approx Carmine. HEX triplet: 9F, 02 and 2F. RGB value is (159,2,47). Sum of RGB (Red+Green+Blue) = 159+2+47=208 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.44% from 208); Green value is 2 (1.17% from 255 or 0.96% from 208); Blue value is 47 (18.75% from 255 or 22.60% from 208); Max value from RGB is 159 - color contains mainly: red. Hex color #9F022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F022F is #60FDD0. Grayscale: #363636. Windows color (decimal): -6356433 or 3080863. OLE color: 3080863.

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

Color convert

RGB159247-
CMYK00.990.700.38
HSL342.8º97.52%31.57%-
HSV(B)342.8º98.74%62.35%-
XYZ14.837.623.38-
YUV54.07124.01202.84-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 76.44%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 47 (18.75% from 255) = 22.60%
R=76.44%
G=0.96%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15924700.990.700.38342.897.5231.57
Hex9F22F06346261576220
Octal23725701431064652714240
Binary10011111101011110110001110001101001101010101111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,2,47); }

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

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

 a { background-color: rgb(159,2,47); }

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

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

 span { border-color: rgb(159,2,47); }

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