#990C12

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

Shades of Sangria #990C12

Tints of Sangria #990C12

Color information

#990C12 (or 0x990C12) is unknown color: approx Sangria. HEX triplet: 99, 0C and 12. RGB value is (153,12,18). Sum of RGB (Red+Green+Blue) = 153+12+18=183 (24% of max value = 765). Red value is 153 (60.16% from 255 or 83.61% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 153 - color contains mainly: red. Hex color #990C12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990C12 is #66F3ED. Grayscale: #363636. Windows color (decimal): -6747118 or 1182873. OLE color: 1182873.

HSL color Cylindrical-coordinate representation of color #990C12: hue angle of 357.45º 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 #990C12 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.4.

Color convert

RGB1531218-
CMYK00.920.880.4
HSL357.45º85.45%32.35%-
HSV(B)357.45º92.16%60%-
XYZ13.387.081.23-
YUV54.84107.21198.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 83.61%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 18 (7.42% from 255) = 9.84%
R=83.61%
G=6.56%
B=9.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153121800.920.880.4357.4585.4532.35
Hex99C1205C58281655520
Octal231142201341305054512540
Binary100110011100100100101110010110001010001011001011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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