#A32930

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

Shades of Guardsman Red #A32930

Tints of Guardsman Red #A32930

Color information

#A32930 (or 0xA32930) is unknown color: approx Guardsman Red. HEX triplet: A3, 29 and 30. RGB value is (163,41,48). Sum of RGB (Red+Green+Blue) = 163+41+48=252 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.68% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 163 - color contains mainly: red. Hex color #A32930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32930 is #5CD6CF. Grayscale: #4E4E4E. Windows color (decimal): -6084304 or 3156387. OLE color: 3156387.

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

Color convert

RGB1634148-
CMYK00.750.710.36
HSL356.56º59.8%40%-
HSV(B)356.56º74.85%63.92%-
XYZ16.439.593.78-
YUV78.28110.92188.43-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 64.68%
GREEN value IS 41 (16.41% from 255) = 16.27%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=64.68%
G=16.27%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163414800.750.710.36356.5659.840
HexA3293004B47241653c28
Octal24351600113107445457450
Binary10100011101001110000010010111000111100100101100101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32930; }

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

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

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

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

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

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

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

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