#A32932

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

Shades of Guardsman Red #A32932

Tints of Guardsman Red #A32932

Color information

#A32932 (or 0xA32932) is unknown color: approx Guardsman Red. HEX triplet: A3, 29 and 32. RGB value is (163,41,50). Sum of RGB (Red+Green+Blue) = 163+41+50=254 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.17% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 50 (19.92% from 255 or 19.69% from 254); Max value from RGB is 163 - color contains mainly: red. Hex color #A32932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32932 is #5CD6CD. Grayscale: #4E4E4E. Windows color (decimal): -6084302 or 3287459. OLE color: 3287459.

HSL color Cylindrical-coordinate representation of color #A32932: hue angle of 355.57º 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 #A32932 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1634150-
CMYK00.750.690.36
HSL355.57º59.8%40%-
HSV(B)355.57º74.85%63.92%-
XYZ16.479.64-
YUV78.5111.92188.27-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.17%
GREEN value IS 41 (16.41% from 255) = 16.14%
BLUE value IS 50 (19.92% from 255) = 19.69%
R=64.17%
G=16.14%
B=19.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163415000.750.690.36355.5759.840
HexA3293204B45241643c28
Octal24351620113105445447450
Binary10100011101001110010010010111000101100100101100100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32932; }

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

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

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

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

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

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

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

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