Html Css Color HEX #991A02 Dark Red

📋 copy color: '#991A02'

red 153 ◦ green 26 ◦ blue 2

#991A02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #991A02

Tints of Dark Red #991A02

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.1%

R = 84.53%
G = 14.36%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#991A02 (or 0x991A02) is known color: 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

RGB 153 26 2 -
CMYK 0 0.83 0.99 0.4
HSL 9.54º 0.97% 0.3% -
HSV(B) 9.54º 0.99% 0.6% -
XYZ 13.52 7.52 0.8 -
YUV 61.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 153 26 2 0 0.83 0.99 0.4 9.54 0.97 0.3
Hex 99 1A 2 0 53 63 28 A 61 1E
Octal 231 32 2 0 123 143 50 12 141 36
Binary 10011001 11010 10 0 1010011 1100011 101000 1010 1100001 11110

Color Harmonies of #991A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991A02

Black with #991A02

Text Example


Text Example

White with #991A02

Text Example


Text Example

HTML Codes & Css Web 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>