#9E022D

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

Shades of Carmine #9E022D

Tints of Carmine #9E022D

Color information

#9E022D (or 0x9E022D) is unknown color: approx Carmine. HEX triplet: 9E, 02 and 2D. RGB value is (158,2,45). Sum of RGB (Red+Green+Blue) = 158+2+45=205 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.07% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 158 - color contains mainly: red. Hex color #9E022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E022D is #61FDD2. Grayscale: #353535. Windows color (decimal): -6421971 or 2949790. OLE color: 2949790.

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

Color convert

RGB158245-
CMYK00.990.720.38
HSL343.46º97.5%31.37%-
HSV(B)343.46º98.73%61.96%-
XYZ14.67.53.16-
YUV53.55123.18202.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 77.07%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=77.07%
G=0.98%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15824500.990.720.38343.4697.531.37
Hex9E22D0634826157621f
Octal23625501431104652714237
Binary1001111010101101011000111001000100110101010111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,2,45); }

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

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

 a { background-color: rgb(158,2,45); }

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

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

 span { border-color: rgb(158,2,45); }

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