#9F022E

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

Shades of Carmine #9F022E

Tints of Carmine #9F022E

Color information

#9F022E (or 0x9F022E) is unknown color: approx Carmine. HEX triplet: 9F, 02 and 2E. RGB value is (159,2,46). Sum of RGB (Red+Green+Blue) = 159+2+46=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 46 (18.36% from 255 or 22.22% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F022E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F022E is #60FDD1. Grayscale: #353535. Windows color (decimal): -6356434 or 3015327. OLE color: 3015327.

HSL color Cylindrical-coordinate representation of color #9F022E: hue angle of 343.18º 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 #9F022E is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB159246-
CMYK00.990.710.38
HSL343.18º97.52%31.57%-
HSV(B)343.18º98.74%62.35%-
XYZ14.817.613.27-
YUV53.96123.51202.92-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 76.81%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 46 (18.36% from 255) = 22.22%
R=76.81%
G=0.97%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15924600.990.710.38343.1897.5231.57
Hex9F22E06347261576220
Octal23725601431074652714240
Binary10011111101011100110001110001111001101010101111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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