Html Css Color HEX #A72029 Guardsman Red

📋 copy color: '#A72029'

red 167 ◦ green 32 ◦ blue 41

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

Shades of Guardsman Red #A72029

Tints of Guardsman Red #A72029

RGB

 RED value IS 167 (65.63% from 255) = 69.58%

 GREEN value IS 32 (12.89% from 255) = 13.33%

 BLUE value IS 41 (16.41% from 255) = 17.08%

R = 69.58%
G = 13.33%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A72029 (or 0xA72029) is known color: Guardsman Red. HEX triplet: A7, 20 and 29. RGB value is (167,32,41). Sum of RGB (Red+Green+Blue) = 167+32+41=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 32 (12.89% from 255 or 13.33% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A72029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A72029 is #58DFD6. Grayscale: #494949. Windows color (decimal): -5824471 or 2695335. OLE color: 2695335.

HSL color Cylindrical-coordinate representation of color #A72029: hue angle of 356º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A72029 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 41 -
CMYK 0 0.81 0.75 0.35
HSL 356º 0.68% 0.39% -
HSV(B) 356º 0.81% 0.65% -
XYZ 16.85 9.41 3.03 -
YUV 73.39 109.73 194.77 -
System Red Green Blue C M Y K H S L
Decimal 167 32 41 0 0.81 0.75 0.35 356 0.68 0.39
Hex A7 20 29 0 51 4B 23 164 44 27
Octal 247 40 51 0 121 113 43 544 104 47
Binary 10100111 100000 101001 0 1010001 1001011 100011 101100100 1000100 100111

Color Harmonies of #A72029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A72029

Black with #A72029

Text Example


Text Example

White with #A72029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A72029; }

 p { color: rgb(167,32,41); }

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

background-color css

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

 a { background-color: rgb(167,32,41); }

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

border-color css

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

 span { border-color: rgb(167,32,41); }

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