#A32838

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

Shades of Guardsman Red #A32838

Tints of Guardsman Red #A32838

Color information

#A32838 (or 0xA32838) is unknown color: approx Guardsman Red. HEX triplet: A3, 28 and 38. RGB value is (163,40,56). Sum of RGB (Red+Green+Blue) = 163+40+56=259 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.93% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 56 (22.27% from 255 or 21.62% from 259); Max value from RGB is 163 - color contains mainly: red. Hex color #A32838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A32838 is #5CD7C7. Grayscale: #4E4E4E. Windows color (decimal): -6084552 or 3680419. OLE color: 3680419.

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

Color convert

RGB1634056-
CMYK00.750.660.36
HSL352.2º60.59%39.8%-
HSV(B)352.2º75.46%63.92%-
XYZ16.589.594.72-
YUV78.6115.25188.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 62.93%
GREEN value IS 40 (16.02% from 255) = 15.44%
BLUE value IS 56 (22.27% from 255) = 21.62%
R=62.93%
G=15.44%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163405600.750.660.36352.260.5939.8
HexA3283804B42241603d28
Octal24350700113102445407550
Binary10100011101000111000010010111000010100100101100000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A32838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A32838; }

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

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

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

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

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

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

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

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