#A6252F

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

Shades of Guardsman Red #A6252F

Tints of Guardsman Red #A6252F

Color information

#A6252F (or 0xA6252F) is unknown color: approx Guardsman Red. HEX triplet: A6, 25 and 2F. RGB value is (166,37,47). Sum of RGB (Red+Green+Blue) = 166+37+47=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 37 (14.84% from 255 or 14.8% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6252F is #59DAD0. Grayscale: #4C4C4C. Windows color (decimal): -5888721 or 3089830. OLE color: 3089830.

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

Color convert

RGB1663747-
CMYK00.780.720.35
HSL355.35º63.55%39.8%-
HSV(B)355.35º77.71%65.1%-
XYZ16.99.643.66-
YUV76.71111.24191.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 66.4%
GREEN value IS 37 (14.84% from 255) = 14.8%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=66.4%
G=14.8%
B=18.8%

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
Decimal166374700.780.720.35355.3563.5539.8
HexA6252F04E48231634028
Octal246455701161104354310050
Binary101001101001011011110100111010010001000111011000111000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6252F; }

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

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

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

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

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

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

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

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