#A62731

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

Shades of Guardsman Red #A62731

Tints of Guardsman Red #A62731

Color information

#A62731 (or 0xA62731) is unknown color: approx Guardsman Red. HEX triplet: A6, 27 and 31. RGB value is (166,39,49). Sum of RGB (Red+Green+Blue) = 166+39+49=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 49 (19.53% from 255 or 19.29% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A62731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62731 is #59D8CE. Grayscale: #4E4E4E. Windows color (decimal): -5888207 or 3221414. OLE color: 3221414.

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

Color convert

RGB1663949-
CMYK00.770.700.35
HSL355.28º61.95%40.2%-
HSV(B)355.28º76.51%65.1%-
XYZ17.019.783.9-
YUV78.11111.58190.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.35%
GREEN value IS 39 (15.62% from 255) = 15.35%
BLUE value IS 49 (19.53% from 255) = 19.29%
R=65.35%
G=15.35%
B=19.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166394900.770.700.35355.2861.9540.2
HexA6273104D46231633e28
Octal24647610115106435437650
Binary10100110100111110001010011011000110100011101100011111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62731; }

 p { color: rgb(166,39,49); }

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

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

 a { background-color: rgb(166,39,49); }

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

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

 span { border-color: rgb(166,39,49); }

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