#9C0221

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

Shades of Carmine #9C0221

Tints of Carmine #9C0221

Color information

#9C0221 (or 0x9C0221) is unknown color: approx Carmine. HEX triplet: 9C, 02 and 21. RGB value is (156,2,33). Sum of RGB (Red+Green+Blue) = 156+2+33=191 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.68% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 33 (13.28% from 255 or 17.28% from 191); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0221 is #63FDDE. Grayscale: #333333. Windows color (decimal): -6553055 or 2163356. OLE color: 2163356.

HSL color Cylindrical-coordinate representation of color #9C0221: hue angle of 347.92º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C0221 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB156233-
CMYK00.990.790.39
HSL347.92º97.47%30.98%-
HSV(B)347.92º98.72%61.18%-
XYZ14.017.222.09-
YUV51.58117.52202.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 81.68%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 33 (13.28% from 255) = 17.28%
R=81.68%
G=1.05%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15623300.990.790.39347.9297.4730.98
Hex9C2210634F2715c611f
Octal23424101431174753414137
Binary1001110010100001011000111001111100111101011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,2,33); }

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

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

 a { background-color: rgb(156,2,33); }

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

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

 span { border-color: rgb(156,2,33); }

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