#A5272A

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

Shades of Guardsman Red #A5272A

Tints of Guardsman Red #A5272A

Color information

#A5272A (or 0xA5272A) is unknown color: approx Guardsman Red. HEX triplet: A5, 27 and 2A. RGB value is (165,39,42). Sum of RGB (Red+Green+Blue) = 165+39+42=246 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.07% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 165 - color contains mainly: red. Hex color #A5272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5272A is #5AD8D5. Grayscale: #4D4D4D. Windows color (decimal): -5953750 or 2762661. OLE color: 2762661.

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

Color convert

RGB1653942-
CMYK00.760.750.35
HSL358.57º61.76%40%-
HSV(B)358.57º76.36%64.71%-
XYZ16.669.623.17-
YUV77.02108.24190.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 67.07%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=67.07%
G=15.85%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165394200.760.750.35358.5761.7640
HexA5272A04C4B231673e28
Octal24547520114113435477650
Binary10100101100111101010010011001001011100011101100111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5272A; }

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

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

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

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

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

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

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

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