#A32836

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

Shades of Guardsman Red #A32836

Tints of Guardsman Red #A32836

Color information

#A32836 (or 0xA32836) is unknown color: approx Guardsman Red. HEX triplet: A3, 28 and 36. RGB value is (163,40,54). Sum of RGB (Red+Green+Blue) = 163+40+54=257 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.42% from 257); Green value is 40 (16.02% from 255 or 15.56% from 257); Blue value is 54 (21.48% from 255 or 21.01% from 257); Max value from RGB is 163 - color contains mainly: red. Hex color #A32836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32836 is #5CD7C9. Grayscale: #4E4E4E. Windows color (decimal): -6084554 or 3549347. OLE color: 3549347.

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

Color convert

RGB1634054-
CMYK00.750.670.36
HSL353.17º60.59%39.8%-
HSV(B)353.17º75.46%63.92%-
XYZ16.539.574.47-
YUV78.37114.25188.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.42%
GREEN value IS 40 (16.02% from 255) = 15.56%
BLUE value IS 54 (21.48% from 255) = 21.01%
R=63.42%
G=15.56%
B=21.01%

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
Decimal163405400.750.670.36353.1760.5939.8
HexA3283604B43241613d28
Octal24350660113103445417550
Binary10100011101000110110010010111000011100100101100001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32836; }

 p { color: rgb(163,40,54); }

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

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

 a { background-color: rgb(163,40,54); }

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

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

 span { border-color: rgb(163,40,54); }

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