#A52533

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

Shades of Guardsman Red #A52533

Tints of Guardsman Red #A52533

Color information

#A52533 (or 0xA52533) is unknown color: approx Guardsman Red. HEX triplet: A5, 25 and 33. RGB value is (165,37,51). Sum of RGB (Red+Green+Blue) = 165+37+51=253 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.22% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 165 - color contains mainly: red. Hex color #A52533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52533 is #5ADACC. Grayscale: #4C4C4C. Windows color (decimal): -5954253 or 3351973. OLE color: 3351973.

HSL color Cylindrical-coordinate representation of color #A52533: hue angle of 353.44º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52533 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB1653751-
CMYK00.780.690.35
HSL353.44º63.37%39.61%-
HSV(B)353.44º77.58%64.71%-
XYZ16.789.564.09-
YUV76.87113.41190.86-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 65.22%
GREEN value IS 37 (14.84% from 255) = 14.62%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=65.22%
G=14.62%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165375100.780.690.35353.4463.3739.61
HexA5253304E45231613f28
Octal24545630116105435417750
Binary10100101100101110011010011101000101100011101100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52533; }

 p { color: rgb(165,37,51); }

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

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

 a { background-color: rgb(165,37,51); }

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

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

 span { border-color: rgb(165,37,51); }

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