Html Css Color HEX #A41702 Dark Red

📋 copy color: '#A41702'

red 164 ◦ green 23 ◦ blue 2

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

Shades of Dark Red #A41702

Tints of Dark Red #A41702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.17%

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

R = 86.77%
G = 12.17%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A41702 (or 0xA41702) is known color: Dark Red. HEX triplet: A4, 17 and 02. RGB value is (164,23,2). Sum of RGB (Red+Green+Blue) = 164+23+2=189 (25% of max value = 765). Red value is 164 (64.45% from 255 or 86.77% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 2 (1.17% from 255 or 1.06% from 189); Max value from RGB is 164 - color contains mainly: red. Hex color #A41702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A41702 is #5BE8FD. Grayscale: #3E3E3E. Windows color (decimal): -6023422 or 137124. OLE color: 137124.

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

Color convert

RGB 164 23 2 -
CMYK 0 0.86 0.99 0.36
HSL 7.78º 0.98% 0.33% -
HSV(B) 7.78º 0.99% 0.64% -
XYZ 15.63 8.51 0.88 -
YUV 62.77 93.71 200.21 -
System Red Green Blue C M Y K H S L
Decimal 164 23 2 0 0.86 0.99 0.36 7.78 0.98 0.33
Hex A4 17 2 0 56 63 24 8 62 21
Octal 244 27 2 0 126 143 44 10 142 41
Binary 10100100 10111 10 0 1010110 1100011 100100 1000 1100010 100001

Color Harmonies of #A41702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41702

Black with #A41702

Text Example


Text Example

White with #A41702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41702; }

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

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

background-color css

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

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

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

border-color css

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

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

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