#9C0333

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

Shades of Carmine #9C0333

Tints of Carmine #9C0333

Color information

#9C0333 (or 0x9C0333) is unknown color: approx Carmine. HEX triplet: 9C, 03 and 33. RGB value is (156,3,51). Sum of RGB (Red+Green+Blue) = 156+3+51=210 (27% of max value = 765). Red value is 156 (61.33% from 255 or 74.29% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0333 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0333 is #63FCCC. Grayscale: #363636. Windows color (decimal): -6552781 or 3343260. OLE color: 3343260.

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

Color convert

RGB156351-
CMYK00.980.670.39
HSL341.18º96.23%31.18%-
HSV(B)341.18º98.08%61.18%-
XYZ14.347.373.8-
YUV54.22126.19200.6-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 74.29%
GREEN value IS 3 (1.56% from 255) = 1.43%
BLUE value IS 51 (20.31% from 255) = 24.29%
R=74.29%
G=1.43%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.67
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15635100.980.670.39341.1896.2331.18
Hex9C3330624327155601f
Octal23436301421034752514037
Binary1001110011110011011000101000011100111101010101110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,3,51); }

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

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

 a { background-color: rgb(156,3,51); }

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

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

 span { border-color: rgb(156,3,51); }

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