#A62128

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

Shades of Guardsman Red #A62128

Tints of Guardsman Red #A62128

Color information

#A62128 (or 0xA62128) is unknown color: approx Guardsman Red. HEX triplet: A6, 21 and 28. RGB value is (166,33,40). Sum of RGB (Red+Green+Blue) = 166+33+40=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A62128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A62128 is #59DED7. Grayscale: #494949. Windows color (decimal): -5889752 or 2630054. OLE color: 2630054.

HSL color Cylindrical-coordinate representation of color #A62128: hue angle of 356.84º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A62128 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB1663340-
CMYK00.800.760.35
HSL356.84º66.83%39.02%-
HSV(B)356.84º80.12%65.1%-
XYZ16.659.352.93-
YUV73.56109.06193.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 69.46%
GREEN value IS 33 (13.28% from 255) = 13.81%
BLUE value IS 40 (16.02% from 255) = 16.74%
R=69.46%
G=13.81%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.76
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166334000.800.760.35356.8466.8339.02
HexA621280504C231654327
Octal246415001201144354510347
Binary101001101000011010000101000010011001000111011001011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A62128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A62128; }

 p { color: rgb(166,33,40); }

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

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

 a { background-color: rgb(166,33,40); }

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

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

 span { border-color: rgb(166,33,40); }

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