Html Css Color HEX #A41102 Dark Red

📋 copy color: '#A41102'

red 164 ◦ green 17 ◦ blue 2

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

Shades of Dark Red #A41102

Tints of Dark Red #A41102

RGB

 RED value IS 164 (64.45% from 255) = 89.62%

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

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

R = 89.62%
G = 9.29%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41102 (or 0xA41102) is known color: Dark Red. HEX triplet: A4, 11 and 02. RGB value is (164,17,2). Sum of RGB (Red+Green+Blue) = 164+17+2=183 (24% of max value = 765). Red value is 164 (64.45% from 255 or 89.62% from 183); Green value is 17 (7.03% from 255 or 9.29% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 164 - color contains mainly: red. Hex color #A41102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41102 is #5BEEFD. Grayscale: #3B3B3B. Windows color (decimal): -6024958 or 135588. OLE color: 135588.

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

Color convert

RGB 164 17 2 -
CMYK 0 0.90 0.99 0.36
HSL 5.56º 0.98% 0.33% -
HSV(B) 5.56º 0.99% 0.64% -
XYZ 15.52 8.3 0.84 -
YUV 59.24 95.7 202.72 -
System Red Green Blue C M Y K H S L
Decimal 164 17 2 0 0.90 0.99 0.36 5.56 0.98 0.33
Hex A4 11 2 0 5A 63 24 6 62 21
Octal 244 21 2 0 132 143 44 6 142 41
Binary 10100100 10001 10 0 1011010 1100011 100100 110 1100010 100001

Color Harmonies of #A41102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41102

Black with #A41102

Text Example


Text Example

White with #A41102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41102; }

 p { color: rgb(164,17,2); }

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

background-color css

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

 a { background-color: rgb(164,17,2); }

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

border-color css

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

 span { border-color: rgb(164,17,2); }

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