#A0282D

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

Shades of Guardsman Red #A0282D

Tints of Guardsman Red #A0282D

Color information

#A0282D (or 0xA0282D) is unknown color: approx Guardsman Red. HEX triplet: A0, 28 and 2D. RGB value is (160,40,45). Sum of RGB (Red+Green+Blue) = 160+40+45=245 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.31% from 245); Green value is 40 (16.02% from 255 or 16.33% from 245); Blue value is 45 (17.97% from 255 or 18.37% from 245); Max value from RGB is 160 - color contains mainly: red. Hex color #A0282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0282D is #5FD7D2. Grayscale: #4C4C4C. Windows color (decimal): -6281171 or 2959520. OLE color: 2959520.

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

Color convert

RGB1604045-
CMYK00.750.720.37
HSL357.5º60%39.22%-
HSV(B)357.5º75%62.75%-
XYZ15.739.183.43-
YUV76.45110.26187.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.31%
GREEN value IS 40 (16.02% from 255) = 16.33%
BLUE value IS 45 (17.97% from 255) = 18.37%
R=65.31%
G=16.33%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160404500.750.720.37357.56039.22
HexA0282D04B48251663c27
Octal24050550113110455467447
Binary10100000101000101101010010111001000100101101100110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0282D; }

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

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

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

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

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

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

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

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