#A2303C

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

Shades of Guardsman Red #A2303C

Tints of Guardsman Red #A2303C

Color information

#A2303C (or 0xA2303C) is unknown color: approx Guardsman Red. HEX triplet: A2, 30 and 3C. RGB value is (162,48,60). Sum of RGB (Red+Green+Blue) = 162+48+60=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 60 (23.83% from 255 or 22.22% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A2303C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2303C is #5DCFC3. Grayscale: #535353. Windows color (decimal): -6148036 or 3944610. OLE color: 3944610.

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

Color convert

RGB1624860-
CMYK00.700.630.36
HSL353.68º54.29%41.18%-
HSV(B)353.68º70.37%63.53%-
XYZ16.7710.125.34-
YUV83.45114.77184.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 60%
GREEN value IS 48 (19.14% from 255) = 17.78%
BLUE value IS 60 (23.83% from 255) = 22.22%
R=60%
G=17.78%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162486000.700.630.36353.6854.2941.18
HexA2303C0463F241623629
Octal2426074010677445426651
Binary1010001011000011110001000110111111100100101100010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2303C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2303C; }

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

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

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

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

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

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

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

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