#A8273A

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

Shades of Guardsman Red #A8273A

Tints of Guardsman Red #A8273A

Color information

#A8273A (or 0xA8273A) is unknown color: approx Guardsman Red. HEX triplet: A8, 27 and 3A. RGB value is (168,39,58). Sum of RGB (Red+Green+Blue) = 168+39+58=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 58 (23.05% from 255 or 21.89% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A8273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8273A is #57D8C5. Grayscale: #4F4F4F. Windows color (decimal): -5757126 or 3811240. OLE color: 3811240.

HSL color Cylindrical-coordinate representation of color #A8273A: hue angle of 351.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8273A is Cyan = 0, Magento = 0.77, Yellow = 0.65 and Black (K on CMYK) = 0.34.

Color convert

RGB1683958-
CMYK00.770.650.34
HSL351.16º62.32%40.59%-
HSV(B)351.16º76.79%65.88%-
XYZ17.6410.085.02-
YUV79.74115.74190.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 63.40%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 58 (23.05% from 255) = 21.89%
R=63.40%
G=14.72%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168395800.770.650.34351.1662.3240.59
HexA8273A04D412215f3e29
Octal25047720115101425377651
Binary10101000100111111010010011011000001100010101011111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8273A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8273A; }

 p { color: rgb(168,39,58); }

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

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

 a { background-color: rgb(168,39,58); }

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

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

 span { border-color: rgb(168,39,58); }

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