#A2282E

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

Shades of Guardsman Red #A2282E

Tints of Guardsman Red #A2282E

Color information

#A2282E (or 0xA2282E) is unknown color: approx Guardsman Red. HEX triplet: A2, 28 and 2E. RGB value is (162,40,46). Sum of RGB (Red+Green+Blue) = 162+40+46=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A2282E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2282E is #5DD7D1. Grayscale: #4D4D4D. Windows color (decimal): -6150098 or 3025058. OLE color: 3025058.

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

Color convert

RGB1624046-
CMYK00.750.720.36
HSL357.05º60.4%39.61%-
HSV(B)357.05º75.31%63.53%-
XYZ16.159.43.55-
YUV77.16110.42188.51-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 65.32%
GREEN value IS 40 (16.02% from 255) = 16.13%
BLUE value IS 46 (18.36% from 255) = 18.55%
R=65.32%
G=16.13%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162404600.750.720.36357.0560.439.61
HexA2282E04B48241653c28
Octal24250560113110445457450
Binary10100010101000101110010010111001000100100101100101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2282E; }

 p { color: rgb(162,40,46); }

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

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

 a { background-color: rgb(162,40,46); }

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

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

 span { border-color: rgb(162,40,46); }

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