#A2303D

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

Shades of Guardsman Red #A2303D

Tints of Guardsman Red #A2303D

Color information

#A2303D (or 0xA2303D) is unknown color: approx Guardsman Red. HEX triplet: A2, 30 and 3D. RGB value is (162,48,61). Sum of RGB (Red+Green+Blue) = 162+48+61=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A2303D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2303D is #5DCFC2. Grayscale: #535353. Windows color (decimal): -6148035 or 4010146. OLE color: 4010146.

HSL color Cylindrical-coordinate representation of color #A2303D: hue angle of 353.16º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A2303D is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1624861-
CMYK00.700.620.36
HSL353.16º54.29%41.18%-
HSV(B)353.16º70.37%63.53%-
XYZ16.810.135.49-
YUV83.57115.27183.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.78%
GREEN value IS 48 (19.14% from 255) = 17.71%
BLUE value IS 61 (24.22% from 255) = 22.51%
R=59.78%
G=17.71%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162486100.700.620.36353.1654.2941.18
HexA2303D0463E241613629
Octal2426075010676445416651
Binary1010001011000011110101000110111110100100101100001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2303D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2303D; }

 p { color: rgb(162,48,61); }

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

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

 a { background-color: rgb(162,48,61); }

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

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

 span { border-color: rgb(162,48,61); }

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