#A0272F

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

Shades of Guardsman Red #A0272F

Tints of Guardsman Red #A0272F

Color information

#A0272F (or 0xA0272F) is unknown color: approx Guardsman Red. HEX triplet: A0, 27 and 2F. RGB value is (160,39,47). Sum of RGB (Red+Green+Blue) = 160+39+47=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 39 (15.62% from 255 or 15.85% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A0272F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0272F is #5FD8D0. Grayscale: #4C4C4C. Windows color (decimal): -6281425 or 3090336. OLE color: 3090336.

HSL color Cylindrical-coordinate representation of color #A0272F: hue angle of 356.03º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0272F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1603947-
CMYK00.760.710.37
HSL356.03º60.8%39.02%-
HSV(B)356.03º75.63%62.75%-
XYZ15.749.133.62-
YUV76.09111.59187.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.04%
GREEN value IS 39 (15.62% from 255) = 15.85%
BLUE value IS 47 (18.75% from 255) = 19.11%
R=65.04%
G=15.85%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160394700.760.710.37356.0360.839.02
HexA0272F04C47251643d27
Octal24047570114107455447547
Binary10100000100111101111010011001000111100101101100100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0272F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0272F; }

 p { color: rgb(160,39,47); }

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

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

 a { background-color: rgb(160,39,47); }

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

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

 span { border-color: rgb(160,39,47); }

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