#A6252B

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

Shades of Guardsman Red #A6252B

Tints of Guardsman Red #A6252B

Color information

#A6252B (or 0xA6252B) is unknown color: approx Guardsman Red. HEX triplet: A6, 25 and 2B. RGB value is (166,37,43). Sum of RGB (Red+Green+Blue) = 166+37+43=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 43 (17.19% from 255 or 17.48% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6252B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6252B is #59DAD4. Grayscale: #4C4C4C. Windows color (decimal): -5888725 or 2827686. OLE color: 2827686.

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

Color convert

RGB1663743-
CMYK00.780.740.35
HSL357.21º63.55%39.8%-
HSV(B)357.21º77.71%65.1%-
XYZ16.829.63.25-
YUV76.26109.24192.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.48%
GREEN value IS 37 (14.84% from 255) = 15.04%
BLUE value IS 43 (17.19% from 255) = 17.48%
R=67.48%
G=15.04%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166374300.780.740.35357.2163.5539.8
HexA6252B04E4A231654028
Octal246455301161124354510050
Binary101001101001011010110100111010010101000111011001011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6252B; }

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

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

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

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

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

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

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

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