Html Css Color HEX #A21105 Dark Red

📋 copy color: '#A21105'

red 162 ◦ green 17 ◦ blue 5

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

Shades of Dark Red #A21105

Tints of Dark Red #A21105

RGB

 RED value IS 162 (63.67% from 255) = 88.04%

 GREEN value IS 17 (7.03% from 255) = 9.24%

 BLUE value IS 5 (2.34% from 255) = 2.72%

R = 88.04%
G = 9.24%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A21105 (or 0xA21105) is known color: Dark Red. HEX triplet: A2, 11 and 05. RGB value is (162,17,5). Sum of RGB (Red+Green+Blue) = 162+17+5=184 (24% of max value = 765). Red value is 162 (63.67% from 255 or 88.04% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 162 - color contains mainly: red. Hex color #A21105 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21105 is #5DEEFA. Grayscale: #3B3B3B. Windows color (decimal): -6156027 or 332194. OLE color: 332194.

HSL color Cylindrical-coordinate representation of color #A21105: hue angle of 4.59º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A21105 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 17 5 -
CMYK 0 0.90 0.97 0.36
HSL 4.59º 0.94% 0.33% -
HSV(B) 4.59º 0.97% 0.64% -
XYZ 15.13 8.09 0.91 -
YUV 58.99 97.54 201.48 -
System Red Green Blue C M Y K H S L
Decimal 162 17 5 0 0.90 0.97 0.36 4.59 0.94 0.33
Hex A2 11 5 0 5A 61 24 5 5E 21
Octal 242 21 5 0 132 141 44 5 136 41
Binary 10100010 10001 101 0 1011010 1100001 100100 101 1011110 100001

Color Harmonies of #A21105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21105

Black with #A21105

Text Example


Text Example

White with #A21105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21105; }

 p { color: rgb(162,17,5); }

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

background-color css

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

 a { background-color: rgb(162,17,5); }

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

border-color css

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

 span { border-color: rgb(162,17,5); }

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