#990019

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

Shades of Carmine #990019

Tints of Carmine #990019

Color information

#990019 (or 0x990019) is unknown color: approx Carmine. HEX triplet: 99, 00 and 19. RGB value is (153,0,25). Sum of RGB (Red+Green+Blue) = 153+0+25=178 (23% of max value = 765). Red value is 153 (60.16% from 255 or 85.96% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 153 - color contains mainly: red. Hex color #990019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990019 is #66FFE6. Grayscale: #303030. Windows color (decimal): -6750183 or 1638553. OLE color: 1638553.

HSL color Cylindrical-coordinate representation of color #990019: hue angle of 350.2º 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 #990019 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB153025-
CMYK010.840.4
HSL350.2º100%30%-
HSV(B)350.2º100%60%-
XYZ13.316.841.54-
YUV48.6114.69202.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 85.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 14.04%
R=85.96%
G=0%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153025010.840.4350.210030
Hex99019064542815e641e
Octal23103101441245053614436
Binary10011001011001011001001010100101000101011110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990019; }

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

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

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

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

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

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

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

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