#A6252E

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

Shades of Guardsman Red #A6252E

Tints of Guardsman Red #A6252E

Color information

#A6252E (or 0xA6252E) is unknown color: approx Guardsman Red. HEX triplet: A6, 25 and 2E. RGB value is (166,37,46). Sum of RGB (Red+Green+Blue) = 166+37+46=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6252E is #59DAD1. Grayscale: #4C4C4C. Windows color (decimal): -5888722 or 3024294. OLE color: 3024294.

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

Color convert

RGB1663746-
CMYK00.780.720.35
HSL355.81º63.55%39.8%-
HSV(B)355.81º77.71%65.1%-
XYZ16.889.633.55-
YUV76.6110.74191.77-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.67%
GREEN value IS 37 (14.84% from 255) = 14.86%
BLUE value IS 46 (18.36% from 255) = 18.47%
R=66.67%
G=14.86%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166374600.780.720.35355.8163.5539.8
HexA6252E04E48231644028
Octal246455601161104354410050
Binary101001101001011011100100111010010001000111011001001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6252E; }

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

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

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

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

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

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

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

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