#A5262F

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

Shades of Guardsman Red #A5262F

Tints of Guardsman Red #A5262F

Color information

#A5262F (or 0xA5262F) is unknown color: approx Guardsman Red. HEX triplet: A5, 26 and 2F. RGB value is (165,38,47). Sum of RGB (Red+Green+Blue) = 165+38+47=250 (33% of max value = 765). Red value is 165 (64.84% from 255 or 66% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 47 (18.75% from 255 or 18.8% from 250); Max value from RGB is 165 - color contains mainly: red. Hex color #A5262F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5262F is #5AD9D0. Grayscale: #4D4D4D. Windows color (decimal): -5954001 or 3090085. OLE color: 3090085.

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

Color convert

RGB1653847-
CMYK00.770.720.35
HSL355.75º62.56%39.8%-
HSV(B)355.75º76.97%64.71%-
XYZ16.729.593.66-
YUV77111.08190.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 66%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 47 (18.75% from 255) = 18.8%
R=66%
G=15.2%
B=18.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165384700.770.720.35355.7562.5639.8
HexA5262F04D48231643f28
Octal24546570115110435447750
Binary10100101100110101111010011011001000100011101100100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5262F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5262F; }

 p { color: rgb(165,38,47); }

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

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

 a { background-color: rgb(165,38,47); }

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

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

 span { border-color: rgb(165,38,47); }

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