#990014

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

Shades of Carmine #990014

Tints of Carmine #990014

Color information

#990014 (or 0x990014) is unknown color: approx Carmine. HEX triplet: 99, 00 and 14. RGB value is (153,0,20). Sum of RGB (Red+Green+Blue) = 153+0+20=173 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.44% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 20 (8.20% from 255 or 11.56% from 173); Max value from RGB is 153 - color contains mainly: red. Hex color #990014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990014 is #66FFEB. Grayscale: #303030. Windows color (decimal): -6750188 or 1310873. OLE color: 1310873.

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

Color convert

RGB153020-
CMYK010.870.4
HSL352.16º100%30%-
HSV(B)352.16º100%60%-
XYZ13.266.821.28-
YUV48.03112.19202.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 88.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 20 (8.20% from 255) = 11.56%
R=88.44%
G=0%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153020010.870.4352.1610030
Hex990140645728160641e
Octal23102401441275054014436
Binary10011001010100011001001010111101000101100000110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990014; }

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

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

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

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

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

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

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

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