#991A02

Color #991A02 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #991A02

Tints of Dark Red #991A02

Color information

#991A02 (or 0x991A02) is unknown color: approx Dark Red. HEX triplet: 99, 1A and 02. RGB value is (153,26,2). Sum of RGB (Red+Green+Blue) = 153+26+2=181 (23% of max value = 765). Red value is 153 (60.16% from 255 or 84.53% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 153 - color contains mainly: red. Hex color #991A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #991A02 is #66E5FD. Grayscale: #3D3D3D. Windows color (decimal): -6743550 or 137881. OLE color: 137881.

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

Color convert

RGB153262-
CMYK00.830.990.4
HSL9.54º97.42%30.39%-
HSV(B)9.54º98.69%60%-
XYZ13.527.520.8-
YUV61.2494.58193.45-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 84.53%
GREEN value IS 26 (10.55% from 255) = 14.36%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=84.53%
G=14.36%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15326200.830.990.49.5497.4230.39
Hex991A20536328a611e
Octal2313220123143501214136
Binary1001100111010100101001111000111010001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991A02; }

 p { color: rgb(153,26,2); }

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

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

 a { background-color: rgb(153,26,2); }

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

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

 span { border-color: rgb(153,26,2); }

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