Html Css Color HEX #A52C34 Guardsman Red

📋 copy color: '#A52C34'

red 165 ◦ green 44 ◦ blue 52

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

Shades of Guardsman Red #A52C34

Tints of Guardsman Red #A52C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.86%

 BLUE value IS 52 (20.7% from 255) = 19.92%

R = 63.22%
G = 16.86%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A52C34 (or 0xA52C34) is known color: Guardsman Red. HEX triplet: A5, 2C and 34. RGB value is (165,44,52). Sum of RGB (Red+Green+Blue) = 165+44+52=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 52 (20.70% from 255 or 19.92% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A52C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52C34 is #5AD3CB. Grayscale: #515151. Windows color (decimal): -5952460 or 3419301. OLE color: 3419301.

HSL color Cylindrical-coordinate representation of color #A52C34: hue angle of 356.03º degrees, saturation: 0.58, 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 #A52C34 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 44 52 -
CMYK 0 0.73 0.68 0.35
HSL 356.03º 0.58% 0.41% -
HSV(B) 356.03º 0.73% 0.65% -
XYZ 17.04 10.05 4.29 -
YUV 81.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 165 44 52 0 0.73 0.68 0.35 356.03 0.58 0.41
Hex A5 2C 34 0 49 44 23 164 3A 29
Octal 245 54 64 0 111 104 43 544 72 51
Binary 10100101 101100 110100 0 1001001 1000100 100011 101100100 111010 101001

Color Harmonies of #A52C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52C34

Black with #A52C34

Text Example


Text Example

White with #A52C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52C34; }

 p { color: rgb(165,44,52); }

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

background-color css

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

 a { background-color: rgb(165,44,52); }

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

border-color css

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

 span { border-color: rgb(165,44,52); }

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