#991819

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

Shades of Carmine #991819

Tints of Carmine #991819

Color information

#991819 (or 0x991819) is unknown color: approx Carmine. HEX triplet: 99, 18 and 19. RGB value is (153,24,25). Sum of RGB (Red+Green+Blue) = 153+24+25=202 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.74% from 202); Green value is 24 (9.77% from 255 or 11.88% from 202); Blue value is 25 (10.16% from 255 or 12.38% from 202); Max value from RGB is 153 - color contains mainly: red. Hex color #991819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #991819 is #66E7E6. Grayscale: #3E3E3E. Windows color (decimal): -6744039 or 1644697. OLE color: 1644697.

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

Color convert

RGB1532425-
CMYK00.840.840.4
HSL359.53º72.88%34.71%-
HSV(B)359.53º84.31%60%-
XYZ13.647.51.65-
YUV62.68106.74192.42-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 75.74%
GREEN value IS 24 (9.77% from 255) = 11.88%
BLUE value IS 25 (10.16% from 255) = 12.38%
R=75.74%
G=11.88%
B=12.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153242500.840.840.4359.5372.8834.71
Hex99181905454281684923
Octal231303101241245055011143
Binary1001100111000110010101010010101001010001011010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991819; }

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

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

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

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

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

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

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

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