Html Css Color HEX #A11002 Dark Red

📋 copy color: '#A11002'

red 161 ◦ green 16 ◦ blue 2

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

Shades of Dark Red #A11002

Tints of Dark Red #A11002

RGB

 RED value IS 161 (63.28% from 255) = 89.94%

 GREEN value IS 16 (6.64% from 255) = 8.94%

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 89.94%
G = 8.94%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A11002 (or 0xA11002) is known color: Dark Red. HEX triplet: A1, 10 and 02. RGB value is (161,16,2). Sum of RGB (Red+Green+Blue) = 161+16+2=179 (23% of max value = 765). Red value is 161 (63.28% from 255 or 89.94% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 161 - color contains mainly: red. Hex color #A11002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11002 is #5EEFFD. Grayscale: #393939. Windows color (decimal): -6221822 or 135329. OLE color: 135329.

HSL color Cylindrical-coordinate representation of color #A11002: hue angle of 5.28º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A11002 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 16 2 -
CMYK 0 0.90 0.99 0.37
HSL 5.28º 0.98% 0.32% -
HSV(B) 5.28º 0.99% 0.63% -
XYZ 14.89 7.95 0.81 -
YUV 57.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 161 16 2 0 0.90 0.99 0.37 5.28 0.98 0.32
Hex A1 10 2 0 5A 63 25 5 62 20
Octal 241 20 2 0 132 143 45 5 142 40
Binary 10100001 10000 10 0 1011010 1100011 100101 101 1100010 100000

Color Harmonies of #A11002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11002

Black with #A11002

Text Example


Text Example

White with #A11002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11002; }

 p { color: rgb(161,16,2); }

 H1.HeaderClassName
 {
   color: #A11002;
 }
 .AnyTagClassName
 {
   color: #A11002;
 }
</style>

background-color css

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

 a { background-color: rgb(161,16,2); }

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

border-color css

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

 span { border-color: rgb(161,16,2); }

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