#9c0d22

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

Shades of Carmine #9C0D22

Tints of Carmine #9C0D22

Color information

#9C0D22 (or 0x9C0D22) is unknown color: approx Carmine. HEX triplet: 9C, 0D and 22. RGB value is (156,13,34). Sum of RGB (Red+Green+Blue) = 156+13+34=203 (26% of max value = 765). Red value is 156 (61.33% from 255 or 76.85% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 34 (13.67% from 255 or 16.75% from 203); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0D22 is #63F2DD. Grayscale: #3A3A3A. Windows color (decimal): -6550238 or 2231708. OLE color: 2231708.

HSL color Cylindrical-coordinate representation of color #9C0D22: hue angle of 351.19º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D22 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.39.

Color convert

RGB1561334-
CMYK00.920.780.39
HSL351.19º84.62%33.14%-
HSV(B)351.19º91.67%61.18%-
XYZ14.147.472.21-
YUV58.15114.38197.79-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 76.85%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 34 (13.67% from 255) = 16.75%
R=76.85%
G=6.40%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156133400.920.780.39351.1984.6233.14
Hex9CD2205C4E2715f5521
Octal234154201341164753712541
Binary1001110011011000100101110010011101001111010111111010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c0d22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,13,34); }

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

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

 a { background-color: rgb(156,13,34); }

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

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

 span { border-color: rgb(156,13,34); }

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