Html Css Color HEX #A62022 Guardsman Red

📋 copy color: '#A62022'

red 166 ◦ green 32 ◦ blue 34

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

Shades of Guardsman Red #A62022

Tints of Guardsman Red #A62022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.66%

R = 71.55%
G = 13.79%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A62022 (or 0xA62022) is known color: Guardsman Red. HEX triplet: A6, 20 and 22. RGB value is (166,32,34). Sum of RGB (Red+Green+Blue) = 166+32+34=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 34 (13.67% from 255 or 14.66% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A62022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62022 is #59DFDD. Grayscale: #484848. Windows color (decimal): -5890014 or 2236582. OLE color: 2236582.

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

Color convert

RGB 166 32 34 -
CMYK 0 0.81 0.80 0.35
HSL 359.1º 0.68% 0.39% -
HSV(B) 359.1º 0.81% 0.65% -
XYZ 16.53 9.26 2.43 -
YUV 72.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 166 32 34 0 0.81 0.80 0.35 359.1 0.68 0.39
Hex A6 20 22 0 51 50 23 167 44 27
Octal 246 40 42 0 121 120 43 547 104 47
Binary 10100110 100000 100010 0 1010001 1010000 100011 101100111 1000100 100111

Color Harmonies of #A62022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A62022

Black with #A62022

Text Example


Text Example

White with #A62022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A62022; }

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

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

background-color css

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

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

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

border-color css

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

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

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