Html Css Color HEX #A52129 Guardsman Red

📋 copy color: '#A52129'

red 165 ◦ green 33 ◦ blue 41

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

Shades of Guardsman Red #A52129

Tints of Guardsman Red #A52129

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

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

R = 69.04%
G = 13.81%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A52129 (or 0xA52129) is known color: Guardsman Red. HEX triplet: A5, 21 and 29. RGB value is (165,33,41). Sum of RGB (Red+Green+Blue) = 165+33+41=239 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.04% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 165 - color contains mainly: red. Hex color #A52129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52129 is #5ADED6. Grayscale: #494949. Windows color (decimal): -5955287 or 2695589. OLE color: 2695589.

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

Color convert

RGB 165 33 41 -
CMYK 0 0.8 0.75 0.35
HSL 356.36º 0.67% 0.39% -
HSV(B) 356.36º 0.8% 0.65% -
XYZ 16.46 9.25 3.02 -
YUV 73.38 109.73 193.35 -
System Red Green Blue C M Y K H S L
Decimal 165 33 41 0 0.8 0.75 0.35 356.36 0.67 0.39
Hex A5 21 29 0 50 4B 23 164 43 27
Octal 245 41 51 0 120 113 43 544 103 47
Binary 10100101 100001 101001 0 1010000 1001011 100011 101100100 1000011 100111

Color Harmonies of #A52129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52129

Black with #A52129

Text Example


Text Example

White with #A52129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52129; }

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

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

background-color css

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

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

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

border-color css

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

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

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