#990C1C

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

Shades of Carmine #990C1C

Tints of Carmine #990C1C

Color information

#990C1C (or 0x990C1C) is unknown color: approx Carmine. HEX triplet: 99, 0C and 1C. RGB value is (153,12,28). Sum of RGB (Red+Green+Blue) = 153+12+28=193 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.27% from 193); Green value is 12 (5.08% from 255 or 6.22% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 153 - color contains mainly: red. Hex color #990C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C1C is #66F3E3. Grayscale: #383838. Windows color (decimal): -6747108 or 1838233. OLE color: 1838233.

HSL color Cylindrical-coordinate representation of color #990C1C: hue angle of 353.19º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C1C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.4.

Color convert

RGB1531228-
CMYK00.920.820.4
HSL353.19º85.45%32.35%-
HSV(B)353.19º92.16%60%-
XYZ13.487.121.76-
YUV55.98112.21197.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 79.27%
GREEN value IS 12 (5.08% from 255) = 6.22%
BLUE value IS 28 (11.33% from 255) = 14.51%
R=79.27%
G=6.22%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.82
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153122800.920.820.4353.1985.4532.35
Hex99C1C05C52281615520
Octal231143401341225054112540
Binary100110011100111000101110010100101010001011000011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990C1C; }

 p { color: rgb(153,12,28); }

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

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

 a { background-color: rgb(153,12,28); }

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

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

 span { border-color: rgb(153,12,28); }

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