#A03536

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

Shades of Guardsman Red #A03536

Tints of Guardsman Red #A03536

Color information

#A03536 (or 0xA03536) is unknown color: approx Guardsman Red. HEX triplet: A0, 35 and 36. RGB value is (160,53,54). Sum of RGB (Red+Green+Blue) = 160+53+54=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A03536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03536 is #5FCAC9. Grayscale: #555555. Windows color (decimal): -6277834 or 3552672. OLE color: 3552672.

HSL color Cylindrical-coordinate representation of color #A03536: hue angle of 359.44º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A03536 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB1605354-
CMYK00.670.660.37
HSL359.44º50.23%41.76%-
HSV(B)359.44º66.87%62.75%-
XYZ16.4410.294.61-
YUV85.11110.45181.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.93%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=59.93%
G=19.85%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160535400.670.660.37359.4450.2341.76
HexA035360434225167322a
Octal24065660103102455476252
Binary10100000110101110110010000111000010100101101100111110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03536; }

 p { color: rgb(160,53,54); }

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

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

 a { background-color: rgb(160,53,54); }

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

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

 span { border-color: rgb(160,53,54); }

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