#A52F34

Color #A52F34 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #A52F34

Tints of Guardsman Red #A52F34

Color information

#A52F34 (or 0xA52F34) is unknown color: approx Guardsman Red. HEX triplet: A5, 2F and 34. RGB value is (165,47,52). Sum of RGB (Red+Green+Blue) = 165+47+52=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A52F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52F34 is #5AD0CB. Grayscale: #525252. Windows color (decimal): -5951692 or 3420069. OLE color: 3420069.

HSL color Cylindrical-coordinate representation of color #A52F34: hue angle of 357.46º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A52F34 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1654752-
CMYK00.720.680.35
HSL357.46º55.66%41.57%-
HSV(B)357.46º71.52%64.71%-
XYZ17.1510.284.33-
YUV82.85110.59186.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 62.5%
GREEN value IS 47 (18.75% from 255) = 17.80%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=62.5%
G=17.80%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165475200.720.680.35357.4655.6641.57
HexA52F340484423165382a
Octal24557640110104435457052
Binary10100101101111110100010010001000100100011101100101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52F34; }

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

 H1.HeaderClassName
 {
   color: #A52F34;
 }
 .AnyTagClassName
 {
   color: #A52F34;
 }
</style>
background-color css

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

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

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

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

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

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