#9D022C

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

Shades of Carmine #9D022C

Tints of Carmine #9D022C

Color information

#9D022C (or 0x9D022C) is unknown color: approx Carmine. HEX triplet: 9D, 02 and 2C. RGB value is (157,2,44). Sum of RGB (Red+Green+Blue) = 157+2+44=203 (26% of max value = 765). Red value is 157 (61.72% from 255 or 77.34% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 157 - color contains mainly: red. Hex color #9D022C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D022C is #62FDD3. Grayscale: #353535. Windows color (decimal): -6487508 or 2884253. OLE color: 2884253.

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

Color convert

RGB157244-
CMYK00.990.720.38
HSL343.74º97.48%31.18%-
HSV(B)343.74º98.73%61.57%-
XYZ14.387.393.05-
YUV53.13122.85202.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 77.34%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 44 (17.58% from 255) = 21.67%
R=77.34%
G=0.99%
B=21.67%

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
Decimal15724400.990.720.38343.7497.4831.18
Hex9D22C0634826158611f
Octal23525401431104653014137
Binary1001110110101100011000111001000100110101011000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,2,44); }

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

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

 a { background-color: rgb(157,2,44); }

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

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

 span { border-color: rgb(157,2,44); }

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