#A62C2F

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

Shades of Guardsman Red #A62C2F

Tints of Guardsman Red #A62C2F

Color information

#A62C2F (or 0xA62C2F) is unknown color: approx Guardsman Red. HEX triplet: A6, 2C and 2F. RGB value is (166,44,47). Sum of RGB (Red+Green+Blue) = 166+44+47=257 (34% of max value = 765). Red value is 166 (65.23% from 255 or 64.59% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62C2F is #59D3D0. Grayscale: #505050. Windows color (decimal): -5886929 or 3091622. OLE color: 3091622.

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

Color convert

RGB1664447-
CMYK00.730.720.35
HSL358.52º58.1%41.18%-
HSV(B)358.52º73.49%65.1%-
XYZ17.1410.113.74-
YUV80.82108.92188.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.59%
GREEN value IS 44 (17.58% from 255) = 17.12%
BLUE value IS 47 (18.75% from 255) = 18.29%
R=64.59%
G=17.12%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166444700.730.720.35358.5258.141.18
HexA62C2F04948231673a29
Octal24654570111110435477251
Binary10100110101100101111010010011001000100011101100111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C2F; }

 p { color: rgb(166,44,47); }

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

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

 a { background-color: rgb(166,44,47); }

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

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

 span { border-color: rgb(166,44,47); }

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