#A62E38

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

Shades of Guardsman Red #A62E38

Tints of Guardsman Red #A62E38

Color information

#A62E38 (or 0xA62E38) is unknown color: approx Guardsman Red. HEX triplet: A6, 2E and 38. RGB value is (166,46,56). Sum of RGB (Red+Green+Blue) = 166+46+56=268 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.94% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62E38 is #59D1C7. Grayscale: #535353. Windows color (decimal): -5886408 or 3681958. OLE color: 3681958.

HSL color Cylindrical-coordinate representation of color #A62E38: hue angle of 355º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A62E38 is Cyan = 0, Magento = 0.72, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1664656-
CMYK00.720.660.35
HSL355º56.6%41.57%-
HSV(B)355º72.29%65.1%-
XYZ17.4210.354.82-
YUV83.02112.76187.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.94%
GREEN value IS 46 (18.36% from 255) = 17.16%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=61.94%
G=17.16%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166465600.720.660.3535556.641.57
HexA62E380484223163392a
Octal24656700110102435437152
Binary10100110101110111000010010001000010100011101100011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62E38; }

 p { color: rgb(166,46,56); }

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

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

 a { background-color: rgb(166,46,56); }

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

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

 span { border-color: rgb(166,46,56); }

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