Html Css Color HEX #A41502 Dark Red

📋 copy color: '#A41502'

red 164 ◦ green 21 ◦ blue 2

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

Shades of Dark Red #A41502

Tints of Dark Red #A41502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.23%

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

R = 87.7%
G = 11.23%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41502 (or 0xA41502) is known color: Dark Red. HEX triplet: A4, 15 and 02. RGB value is (164,21,2). Sum of RGB (Red+Green+Blue) = 164+21+2=187 (24% of max value = 765). Red value is 164 (64.45% from 255 or 87.70% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 164 - color contains mainly: red. Hex color #A41502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41502 is #5BEAFD. Grayscale: #3D3D3D. Windows color (decimal): -6023934 or 136612. OLE color: 136612.

HSL color Cylindrical-coordinate representation of color #A41502: hue angle of 7.04º 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 #A41502 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 2 -
CMYK 0 0.87 0.99 0.36
HSL 7.04º 0.98% 0.33% -
HSV(B) 7.04º 0.99% 0.64% -
XYZ 15.59 8.43 0.86 -
YUV 61.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 164 21 2 0 0.87 0.99 0.36 7.04 0.98 0.33
Hex A4 15 2 0 57 63 24 7 62 21
Octal 244 25 2 0 127 143 44 7 142 41
Binary 10100100 10101 10 0 1010111 1100011 100100 111 1100010 100001

Color Harmonies of #A41502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41502

Black with #A41502

Text Example


Text Example

White with #A41502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41502; }

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

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

background-color css

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

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

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

border-color css

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

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

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