Html Css Color HEX #A21103 Dark Red

📋 copy color: '#A21103'

red 162 ◦ green 17 ◦ blue 3

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

Shades of Dark Red #A21103

Tints of Dark Red #A21103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.65%

R = 89.01%
G = 9.34%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A21103 (or 0xA21103) is known color: Dark Red. HEX triplet: A2, 11 and 03. RGB value is (162,17,3). Sum of RGB (Red+Green+Blue) = 162+17+3=182 (24% of max value = 765). Red value is 162 (63.67% from 255 or 89.01% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 3 (1.56% from 255 or 1.65% from 182); Max value from RGB is 162 - color contains mainly: red. Hex color #A21103 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21103 is #5DEEFC. Grayscale: #3A3A3A. Windows color (decimal): -6156029 or 201122. OLE color: 201122.

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

Color convert

RGB 162 17 3 -
CMYK 0 0.90 0.98 0.36
HSL 5.28º 0.96% 0.32% -
HSV(B) 5.28º 0.98% 0.64% -
XYZ 15.12 8.09 0.85 -
YUV 58.76 96.54 201.64 -
System Red Green Blue C M Y K H S L
Decimal 162 17 3 0 0.90 0.98 0.36 5.28 0.96 0.32
Hex A2 11 3 0 5A 62 24 5 60 20
Octal 242 21 3 0 132 142 44 5 140 40
Binary 10100010 10001 11 0 1011010 1100010 100100 101 1100000 100000

Color Harmonies of #A21103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21103

Black with #A21103

Text Example


Text Example

White with #A21103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21103; }

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

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

background-color css

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

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

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

border-color css

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

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

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