#A6252A

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

Shades of Guardsman Red #A6252A

Tints of Guardsman Red #A6252A

Color information

#A6252A (or 0xA6252A) is unknown color: approx Guardsman Red. HEX triplet: A6, 25 and 2A. RGB value is (166,37,42). Sum of RGB (Red+Green+Blue) = 166+37+42=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6252A is #59DAD5. Grayscale: #4C4C4C. Windows color (decimal): -5888726 or 2762150. OLE color: 2762150.

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

Color convert

RGB1663742-
CMYK00.780.750.35
HSL357.67º63.55%39.8%-
HSV(B)357.67º77.71%65.1%-
XYZ16.819.63.16-
YUV76.14108.74192.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 67.76%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=67.76%
G=15.10%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166374200.780.750.35357.6763.5539.8
HexA6252A04E4B231664028
Octal246455201161134354610050
Binary101001101001011010100100111010010111000111011001101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6252A; }

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

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

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

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

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

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

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

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