#A32D38

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

Shades of Guardsman Red #A32D38

Tints of Guardsman Red #A32D38

Color information

#A32D38 (or 0xA32D38) is unknown color: approx Guardsman Red. HEX triplet: A3, 2D and 38. RGB value is (163,45,56). Sum of RGB (Red+Green+Blue) = 163+45+56=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 56 (22.27% from 255 or 21.21% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A32D38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32D38 is #5CD2C7. Grayscale: #515151. Windows color (decimal): -6083272 or 3681699. OLE color: 3681699.

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

Color convert

RGB1634556-
CMYK00.720.660.36
HSL354.41º56.73%40.78%-
HSV(B)354.41º72.39%63.92%-
XYZ16.769.954.78-
YUV81.54113.59186.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.74%
GREEN value IS 45 (17.97% from 255) = 17.05%
BLUE value IS 56 (22.27% from 255) = 21.21%
R=61.74%
G=17.05%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163455600.720.660.36354.4156.7340.78
HexA32D3804842241623929
Octal24355700110102445427151
Binary10100011101101111000010010001000010100100101100010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32D38; }

 p { color: rgb(163,45,56); }

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

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

 a { background-color: rgb(163,45,56); }

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

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

 span { border-color: rgb(163,45,56); }

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