Html Css Color HEX #A62029 Guardsman Red

📋 copy color: '#A62029'

red 166 ◦ green 32 ◦ blue 41

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

Shades of Guardsman Red #A62029

Tints of Guardsman Red #A62029

RGB

 RED value IS 166 (65.23% from 255) = 69.46%

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

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

R = 69.46%
G = 13.39%
B = 17.15%

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

#A62029 (or 0xA62029) is known color: Guardsman Red. HEX triplet: A6, 20 and 29. RGB value is (166,32,41). Sum of RGB (Red+Green+Blue) = 166+32+41=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A62029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62029 is #59DFD6. Grayscale: #494949. Windows color (decimal): -5890007 or 2695334. OLE color: 2695334.

HSL color Cylindrical-coordinate representation of color #A62029: hue angle of 355.97º 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 #A62029 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 32 41 -
CMYK 0 0.81 0.75 0.35
HSL 355.97º 0.68% 0.39% -
HSV(B) 355.97º 0.81% 0.65% -
XYZ 16.64 9.3 3.02 -
YUV 73.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 166 32 41 0 0.81 0.75 0.35 355.97 0.68 0.39
Hex A6 20 29 0 51 4B 23 164 44 27
Octal 246 40 51 0 121 113 43 544 104 47
Binary 10100110 100000 101001 0 1010001 1001011 100011 101100100 1000100 100111

Color Harmonies of #A62029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62029

Black with #A62029

Text Example


Text Example

White with #A62029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62029; }

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

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

background-color css

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

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

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

border-color css

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

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

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