Html Css Color HEX #A52D32 Guardsman Red

📋 copy color: '#A52D32'

red 165 ◦ green 45 ◦ blue 50

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

Shades of Guardsman Red #A52D32

Tints of Guardsman Red #A52D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.31%

 BLUE value IS 50 (19.92% from 255) = 19.23%

R = 63.46%
G = 17.31%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A52D32 (or 0xA52D32) is known color: Guardsman Red. HEX triplet: A5, 2D and 32. RGB value is (165,45,50). Sum of RGB (Red+Green+Blue) = 165+45+50=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 45 (17.97% from 255 or 17.31% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A52D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52D32 is #5AD2CD. Grayscale: #515151. Windows color (decimal): -5952206 or 3288485. OLE color: 3288485.

HSL color Cylindrical-coordinate representation of color #A52D32: hue angle of 357.5º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A52D32 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 45 50 -
CMYK 0 0.73 0.70 0.35
HSL 357.5º 0.57% 0.41% -
HSV(B) 357.5º 0.73% 0.65% -
XYZ 17.03 10.11 4.07 -
YUV 81.45 110.26 187.59 -
System Red Green Blue C M Y K H S L
Decimal 165 45 50 0 0.73 0.70 0.35 357.5 0.57 0.41
Hex A5 2D 32 0 49 46 23 166 39 29
Octal 245 55 62 0 111 106 43 546 71 51
Binary 10100101 101101 110010 0 1001001 1000110 100011 101100110 111001 101001

Color Harmonies of #A52D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52D32

Black with #A52D32

Text Example


Text Example

White with #A52D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52D32; }

 p { color: rgb(165,45,50); }

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

background-color css

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

 a { background-color: rgb(165,45,50); }

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

border-color css

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

 span { border-color: rgb(165,45,50); }

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