#A02836

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

Shades of Guardsman Red #A02836

Tints of Guardsman Red #A02836

Color information

#A02836 (or 0xA02836) is unknown color: approx Guardsman Red. HEX triplet: A0, 28 and 36. RGB value is (160,40,54). Sum of RGB (Red+Green+Blue) = 160+40+54=254 (33% of max value = 765). Red value is 160 (62.89% from 255 or 62.99% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 160 - color contains mainly: red. Hex color #A02836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A02836 is #5FD7C9. Grayscale: #4D4D4D. Windows color (decimal): -6281162 or 3549344. OLE color: 3549344.

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

Color convert

RGB1604054-
CMYK00.750.660.37
HSL353º60%39.22%-
HSV(B)353º75%62.75%-
XYZ15.929.264.44-
YUV77.48114.76186.86-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 62.99%
GREEN value IS 40 (16.02% from 255) = 15.75%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=62.99%
G=15.75%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160405400.750.660.373536039.22
HexA0283604B42251613c27
Octal24050660113102455417447
Binary10100000101000110110010010111000010100101101100001111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A02836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A02836; }

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

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

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

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

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

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

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

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