#A62B3D

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

Shades of Guardsman Red #A62B3D

Tints of Guardsman Red #A62B3D

Color information

#A62B3D (or 0xA62B3D) is unknown color: approx Guardsman Red. HEX triplet: A6, 2B and 3D. RGB value is (166,43,61). Sum of RGB (Red+Green+Blue) = 166+43+61=270 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.48% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62B3D is #59D4C2. Grayscale: #515151. Windows color (decimal): -5887171 or 4008870. OLE color: 4008870.

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

Color convert

RGB1664361-
CMYK00.740.630.35
HSL351.22º58.85%40.98%-
HSV(B)351.22º74.1%65.1%-
XYZ17.4310.175.46-
YUV81.83116.25188.04-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 61.48%
GREEN value IS 43 (17.19% from 255) = 15.93%
BLUE value IS 61 (24.22% from 255) = 22.59%
R=61.48%
G=15.93%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166436100.740.630.35351.2258.8540.98
HexA62B3D04A3F2315f3b29
Octal2465375011277435377351
Binary1010011010101111110101001010111111100011101011111111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62B3D; }

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

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

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

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

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

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

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

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