#A62D33

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

Shades of Guardsman Red #A62D33

Tints of Guardsman Red #A62D33

Color information

#A62D33 (or 0xA62D33) is unknown color: approx Guardsman Red. HEX triplet: A6, 2D and 33. RGB value is (166,45,51). Sum of RGB (Red+Green+Blue) = 166+45+51=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 45 (17.97% from 255 or 17.18% from 262); Blue value is 51 (20.31% from 255 or 19.47% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62D33 is #59D2CC. Grayscale: #515151. Windows color (decimal): -5886669 or 3354022. OLE color: 3354022.

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

Color convert

RGB1664551-
CMYK00.730.690.35
HSL357.02º57.35%41.37%-
HSV(B)357.02º72.89%65.1%-
XYZ17.2610.224.2-
YUV81.86110.59188.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.36%
GREEN value IS 45 (17.97% from 255) = 17.18%
BLUE value IS 51 (20.31% from 255) = 19.47%
R=63.36%
G=17.18%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166455100.730.690.35357.0257.3541.37
HexA62D3304945231653929
Octal24655630111105435457151
Binary10100110101101110011010010011000101100011101100101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62D33; }

 p { color: rgb(166,45,51); }

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

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

 a { background-color: rgb(166,45,51); }

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

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

 span { border-color: rgb(166,45,51); }

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