Html Css Color HEX #A22024 Guardsman Red

📋 copy color: '#A22024'

red 162 ◦ green 32 ◦ blue 36

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

Shades of Guardsman Red #A22024

Tints of Guardsman Red #A22024

RGB

 RED value IS 162 (63.67% from 255) = 70.43%

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

 BLUE value IS 36 (14.45% from 255) = 15.65%

R = 70.43%
G = 13.91%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A22024 (or 0xA22024) is known color: Guardsman Red. HEX triplet: A2, 20 and 24. RGB value is (162,32,36). Sum of RGB (Red+Green+Blue) = 162+32+36=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 36 (14.45% from 255 or 15.65% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A22024 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22024 is #5DDFDB. Grayscale: #474747. Windows color (decimal): -6152156 or 2367650. OLE color: 2367650.

HSL color Cylindrical-coordinate representation of color #A22024: hue angle of 358.15º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A22024 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 32 36 -
CMYK 0 0.80 0.78 0.36
HSL 358.15º 0.67% 0.38% -
HSV(B) 358.15º 0.8% 0.64% -
XYZ 15.74 8.84 2.55 -
YUV 71.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 162 32 36 0 0.80 0.78 0.36 358.15 0.67 0.38
Hex A2 20 24 0 50 4E 24 166 43 26
Octal 242 40 44 0 120 116 44 546 103 46
Binary 10100010 100000 100100 0 1010000 1001110 100100 101100110 1000011 100110

Color Harmonies of #A22024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22024

Black with #A22024

Text Example


Text Example

White with #A22024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22024; }

 p { color: rgb(162,32,36); }

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

background-color css

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

 a { background-color: rgb(162,32,36); }

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

border-color css

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

 span { border-color: rgb(162,32,36); }

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