Html Css Color HEX #A52229 Guardsman Red

📋 copy color: '#A52229'

red 165 ◦ green 34 ◦ blue 41

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

Shades of Guardsman Red #A52229

Tints of Guardsman Red #A52229

RGB

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

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

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

R = 68.75%
G = 14.17%
B = 17.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A52229 (or 0xA52229) is known color: Guardsman Red. HEX triplet: A5, 22 and 29. RGB value is (165,34,41). Sum of RGB (Red+Green+Blue) = 165+34+41=240 (31% of max value = 765). Red value is 165 (64.84% from 255 or 68.75% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 41 (16.41% from 255 or 17.08% from 240); Max value from RGB is 165 - color contains mainly: red. Hex color #A52229 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52229 is #5ADDD6. Grayscale: #4A4A4A. Windows color (decimal): -5955031 or 2695845. OLE color: 2695845.

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

Color convert

RGB 165 34 41 -
CMYK 0 0.79 0.75 0.35
HSL 356.79º 0.66% 0.39% -
HSV(B) 356.79º 0.79% 0.65% -
XYZ 16.49 9.3 3.02 -
YUV 73.97 109.4 192.93 -
System Red Green Blue C M Y K H S L
Decimal 165 34 41 0 0.79 0.75 0.35 356.79 0.66 0.39
Hex A5 22 29 0 4F 4B 23 165 42 27
Octal 245 42 51 0 117 113 43 545 102 47
Binary 10100101 100010 101001 0 1001111 1001011 100011 101100101 1000010 100111

Color Harmonies of #A52229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52229

Black with #A52229

Text Example


Text Example

White with #A52229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52229; }

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

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

background-color css

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

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

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

border-color css

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

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

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