#A2303E

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

Shades of Guardsman Red #A2303E

Tints of Guardsman Red #A2303E

Color information

#A2303E (or 0xA2303E) is unknown color: approx Guardsman Red. HEX triplet: A2, 30 and 3E. RGB value is (162,48,62). Sum of RGB (Red+Green+Blue) = 162+48+62=272 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.56% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 162 - color contains mainly: red. Hex color #A2303E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2303E is #5DCFC1. Grayscale: #535353. Windows color (decimal): -6148034 or 4075682. OLE color: 4075682.

HSL color Cylindrical-coordinate representation of color #A2303E: hue angle of 352.63º 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 #A2303E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB1624862-
CMYK00.700.620.36
HSL352.63º54.29%41.18%-
HSV(B)352.63º70.37%63.53%-
XYZ16.8310.145.63-
YUV83.68115.77183.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 59.56%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 62 (24.61% from 255) = 22.79%
R=59.56%
G=17.65%
B=22.79%

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
Decimal162486200.700.620.36352.6354.2941.18
HexA2303E0463E241613629
Octal2426076010676445416651
Binary1010001011000011111001000110111110100100101100001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2303E; }

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

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

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

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

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

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

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

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