#A62C2E

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

Shades of Guardsman Red #A62C2E

Tints of Guardsman Red #A62C2E

Color information

#A62C2E (or 0xA62C2E) is unknown color: approx Guardsman Red. HEX triplet: A6, 2C and 2E. RGB value is (166,44,46). Sum of RGB (Red+Green+Blue) = 166+44+46=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 44 (17.58% from 255 or 17.19% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62C2E is #59D3D1. Grayscale: #505050. Windows color (decimal): -5886930 or 3026086. OLE color: 3026086.

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

Color convert

RGB1664446-
CMYK00.730.720.35
HSL359.02º58.1%41.18%-
HSV(B)359.02º73.49%65.1%-
XYZ17.1210.113.63-
YUV80.71108.42188.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.84%
GREEN value IS 44 (17.58% from 255) = 17.19%
BLUE value IS 46 (18.36% from 255) = 17.97%
R=64.84%
G=17.19%
B=17.97%

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
Decimal166444600.730.720.35359.0258.141.18
HexA62C2E04948231673a29
Octal24654560111110435477251
Binary10100110101100101110010010011001000100011101100111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62C2E; }

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

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

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

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

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

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

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

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