#A03436

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

Shades of Guardsman Red #A03436

Tints of Guardsman Red #A03436

Color information

#A03436 (or 0xA03436) is unknown color: approx Guardsman Red. HEX triplet: A0, 34 and 36. RGB value is (160,52,54). Sum of RGB (Red+Green+Blue) = 160+52+54=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 54 (21.48% from 255 or 20.30% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A03436 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03436 is #5FCBC9. Grayscale: #545454. Windows color (decimal): -6278090 or 3552416. OLE color: 3552416.

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

Color convert

RGB1605254-
CMYK00.680.660.37
HSL358.89º50.94%41.57%-
HSV(B)358.89º67.5%62.75%-
XYZ16.3910.24.59-
YUV84.52110.78181.84-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 54 (21.48% from 255) = 20.30%
R=60.15%
G=19.55%
B=20.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160525400.680.660.37358.8950.9441.57
HexA034360444225167332a
Octal24064660104102455476352
Binary10100000110100110110010001001000010100101101100111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03436; }

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

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

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

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

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

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

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

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