#990612

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

Shades of Carmine #990612

Tints of Carmine #990612

Color information

#990612 (or 0x990612) is unknown color: approx Carmine. HEX triplet: 99, 06 and 12. RGB value is (153,6,18). Sum of RGB (Red+Green+Blue) = 153+6+18=177 (23% of max value = 765). Red value is 153 (60.16% from 255 or 86.44% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 153 - color contains mainly: red. Hex color #990612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990612 is #66F9ED. Grayscale: #333333. Windows color (decimal): -6748654 or 1181337. OLE color: 1181337.

HSL color Cylindrical-coordinate representation of color #990612: hue angle of 355.1º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990612 is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB153618-
CMYK00.960.880.4
HSL355.1º92.45%31.18%-
HSV(B)355.1º96.08%60%-
XYZ13.316.951.21-
YUV51.32109.2200.52-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 86.44%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 18 (7.42% from 255) = 10.17%
R=86.44%
G=3.39%
B=10.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15361800.960.880.4355.192.4531.18
Hex9961206058281635c1f
Octal23162201401305054313437
Binary1001100111010010011000001011000101000101100011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990612; }

 p { color: rgb(153,6,18); }

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

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

 a { background-color: rgb(153,6,18); }

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

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

 span { border-color: rgb(153,6,18); }

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