#A7273E

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

Shades of Guardsman Red #A7273E

Tints of Guardsman Red #A7273E

Color information

#A7273E (or 0xA7273E) is unknown color: approx Guardsman Red. HEX triplet: A7, 27 and 3E. RGB value is (167,39,62). Sum of RGB (Red+Green+Blue) = 167+39+62=268 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.31% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 167 - color contains mainly: red. Hex color #A7273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7273E is #58D8C1. Grayscale: #4F4F4F. Windows color (decimal): -5822658 or 4073383. OLE color: 4073383.

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

Color convert

RGB1673962-
CMYK00.770.630.35
HSL349.22º62.14%40.39%-
HSV(B)349.22º76.65%65.49%-
XYZ17.5310.015.57-
YUV79.89117.91190.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 62.31%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 62 (24.61% from 255) = 23.13%
R=62.31%
G=14.55%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167396200.770.630.35349.2262.1440.39
HexA7273E04D3F2315d3e28
Octal2474776011577435357650
Binary1010011110011111111001001101111111100011101011101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7273E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7273E; }

 p { color: rgb(167,39,62); }

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

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

 a { background-color: rgb(167,39,62); }

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

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

 span { border-color: rgb(167,39,62); }

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