Html Css Color HEX #A52224 Guardsman Red

📋 copy color: '#A52224'

red 165 ◦ green 34 ◦ blue 36

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

Shades of Guardsman Red #A52224

Tints of Guardsman Red #A52224

RGB

 RED value IS 165 (64.84% from 255) = 70.21%

 GREEN value IS 34 (13.67% from 255) = 14.47%

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

R = 70.21%
G = 14.47%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.35

RGB Variations

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

Color information

#A52224 (or 0xA52224) is known color: Guardsman Red. HEX triplet: A5, 22 and 24. RGB value is (165,34,36). Sum of RGB (Red+Green+Blue) = 165+34+36=235 (31% of max value = 765). Red value is 165 (64.84% from 255 or 70.21% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 36 (14.45% from 255 or 15.32% from 235); Max value from RGB is 165 - color contains mainly: red. Hex color #A52224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52224 is #5ADDDB. Grayscale: #494949. Windows color (decimal): -5955036 or 2368165. OLE color: 2368165.

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

Color convert

RGB 165 34 36 -
CMYK 0 0.79 0.78 0.35
HSL 359.08º 0.66% 0.39% -
HSV(B) 359.08º 0.79% 0.65% -
XYZ 16.41 9.27 2.59 -
YUV 73.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 165 34 36 0 0.79 0.78 0.35 359.08 0.66 0.39
Hex A5 22 24 0 4F 4E 23 167 42 27
Octal 245 42 44 0 117 116 43 547 102 47
Binary 10100101 100010 100100 0 1001111 1001110 100011 101100111 1000010 100111

Color Harmonies of #A52224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52224

Black with #A52224

Text Example


Text Example

White with #A52224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52224; }

 p { color: rgb(165,34,36); }

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

background-color css

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

 a { background-color: rgb(165,34,36); }

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

border-color css

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

 span { border-color: rgb(165,34,36); }

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