#A8273C

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

Shades of Guardsman Red #A8273C

Tints of Guardsman Red #A8273C

Color information

#A8273C (or 0xA8273C) is unknown color: approx Guardsman Red. HEX triplet: A8, 27 and 3C. RGB value is (168,39,60). Sum of RGB (Red+Green+Blue) = 168+39+60=267 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.92% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 168 - color contains mainly: red. Hex color #A8273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8273C is #57D8C3. Grayscale: #505050. Windows color (decimal): -5757124 or 3942312. OLE color: 3942312.

HSL color Cylindrical-coordinate representation of color #A8273C: hue angle of 350.23º 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 #A8273C is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB1683960-
CMYK00.770.640.34
HSL350.23º62.32%40.59%-
HSV(B)350.23º76.79%65.88%-
XYZ17.6910.15.29-
YUV79.96116.74190.79-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.92%
GREEN value IS 39 (15.62% from 255) = 14.61%
BLUE value IS 60 (23.83% from 255) = 22.47%
R=62.92%
G=14.61%
B=22.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168396000.770.640.34350.2362.3240.59
HexA8273C04D402215e3e29
Octal25047740115100425367651
Binary10101000100111111100010011011000000100010101011110111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8273C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8273C; }

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

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

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

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

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

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

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

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