#A5262A

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

Shades of Guardsman Red #A5262A

Tints of Guardsman Red #A5262A

Color information

#A5262A (or 0xA5262A) is unknown color: approx Guardsman Red. HEX triplet: A5, 26 and 2A. RGB value is (165,38,42). Sum of RGB (Red+Green+Blue) = 165+38+42=245 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.35% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 42 (16.80% from 255 or 17.14% from 245); Max value from RGB is 165 - color contains mainly: red. Hex color #A5262A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5262A is #5AD9D5. Grayscale: #4C4C4C. Windows color (decimal): -5954006 or 2762405. OLE color: 2762405.

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

Color convert

RGB1653842-
CMYK00.770.750.35
HSL358.11º62.56%39.8%-
HSV(B)358.11º76.97%64.71%-
XYZ16.639.553.16-
YUV76.43108.58191.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.35%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 42 (16.80% from 255) = 17.14%
R=67.35%
G=15.51%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165384200.770.750.35358.1162.5639.8
HexA5262A04D4B231663f28
Octal24546520115113435467750
Binary10100101100110101010010011011001011100011101100110111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5262A; }

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

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

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

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

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

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

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

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