#A32935

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

Shades of Guardsman Red #A32935

Tints of Guardsman Red #A32935

Color information

#A32935 (or 0xA32935) is unknown color: approx Guardsman Red. HEX triplet: A3, 29 and 35. RGB value is (163,41,53). Sum of RGB (Red+Green+Blue) = 163+41+53=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A32935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32935 is #5CD6CA. Grayscale: #4E4E4E. Windows color (decimal): -6084299 or 3484067. OLE color: 3484067.

HSL color Cylindrical-coordinate representation of color #A32935: hue angle of 354.1º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A32935 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB1634153-
CMYK00.750.670.36
HSL354.1º59.8%40%-
HSV(B)354.1º74.85%63.92%-
XYZ16.549.634.36-
YUV78.85113.42188.02-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=63.42%
G=15.95%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163415300.750.670.36354.159.840
HexA3293504B43241623c28
Octal24351650113103445427450
Binary10100011101001110101010010111000011100100101100010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32935; }

 p { color: rgb(163,41,53); }

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

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

 a { background-color: rgb(163,41,53); }

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

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

 span { border-color: rgb(163,41,53); }

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