#990914

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

Shades of Carmine #990914

Tints of Carmine #990914

Color information

#990914 (or 0x990914) is unknown color: approx Carmine. HEX triplet: 99, 09 and 14. RGB value is (153,9,20). Sum of RGB (Red+Green+Blue) = 153+9+20=182 (24% of max value = 765). Red value is 153 (60.16% from 255 or 84.07% from 182); Green value is 9 (3.91% from 255 or 4.95% from 182); Blue value is 20 (8.20% from 255 or 10.99% from 182); Max value from RGB is 153 - color contains mainly: red. Hex color #990914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990914 is #66F6EB. Grayscale: #353535. Windows color (decimal): -6747884 or 1313177. OLE color: 1313177.

HSL color Cylindrical-coordinate representation of color #990914: hue angle of 355.42º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990914 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.4.

Color convert

RGB153920-
CMYK00.940.870.4
HSL355.42º88.89%31.76%-
HSV(B)355.42º94.12%60%-
XYZ13.367.021.31-
YUV53.31109.21199.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 84.07%
GREEN value IS 9 (3.91% from 255) = 4.95%
BLUE value IS 20 (8.20% from 255) = 10.99%
R=84.07%
G=4.95%
B=10.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15392000.940.870.4355.4288.8931.76
Hex9991405E57281635920
Octal231112401361275054313140
Binary100110011001101000101111010101111010001011000111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990914; }

 p { color: rgb(153,9,20); }

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

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

 a { background-color: rgb(153,9,20); }

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

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

 span { border-color: rgb(153,9,20); }

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