#A62B3C

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

Shades of Guardsman Red #A62B3C

Tints of Guardsman Red #A62B3C

Color information

#A62B3C (or 0xA62B3C) is unknown color: approx Guardsman Red. HEX triplet: A6, 2B and 3C. RGB value is (166,43,60). Sum of RGB (Red+Green+Blue) = 166+43+60=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 60 (23.83% from 255 or 22.30% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62B3C is #59D4C3. Grayscale: #515151. Windows color (decimal): -5887172 or 3943334. OLE color: 3943334.

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

Color convert

RGB1664360-
CMYK00.740.640.35
HSL351.71º58.85%40.98%-
HSV(B)351.71º74.1%65.1%-
XYZ17.4110.165.32-
YUV81.72115.75188.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.71%
GREEN value IS 43 (17.19% from 255) = 15.99%
BLUE value IS 60 (23.83% from 255) = 22.30%
R=61.71%
G=15.99%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166436000.740.640.35351.7158.8540.98
HexA62B3C04A40231603b29
Octal24653740112100435407351
Binary10100110101011111100010010101000000100011101100000111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B3C; }

 p { color: rgb(166,43,60); }

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

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

 a { background-color: rgb(166,43,60); }

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

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

 span { border-color: rgb(166,43,60); }

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