#A32C3A

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

Shades of Guardsman Red #A32C3A

Tints of Guardsman Red #A32C3A

Color information

#A32C3A (or 0xA32C3A) is unknown color: approx Guardsman Red. HEX triplet: A3, 2C and 3A. RGB value is (163,44,58). Sum of RGB (Red+Green+Blue) = 163+44+58=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32C3A is #5CD3C5. Grayscale: #515151. Windows color (decimal): -6083526 or 3812515. OLE color: 3812515.

HSL color Cylindrical-coordinate representation of color #A32C3A: hue angle of 352.94º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A32C3A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1634458-
CMYK00.730.640.36
HSL352.94º57.49%40.59%-
HSV(B)352.94º73.01%63.92%-
XYZ16.779.895.03-
YUV81.18114.92186.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 44 (17.58% from 255) = 16.60%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=61.51%
G=16.60%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163445800.730.640.36352.9457.4940.59
HexA32C3A04940241613929
Octal24354720111100445417151
Binary10100011101100111010010010011000000100100101100001111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32C3A; }

 p { color: rgb(163,44,58); }

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

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

 a { background-color: rgb(163,44,58); }

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

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

 span { border-color: rgb(163,44,58); }

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