#A0272A

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

Shades of Guardsman Red #A0272A

Tints of Guardsman Red #A0272A

Color information

#A0272A (or 0xA0272A) is unknown color: approx Guardsman Red. HEX triplet: A0, 27 and 2A. RGB value is (160,39,42). Sum of RGB (Red+Green+Blue) = 160+39+42=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 42 (16.80% from 255 or 17.43% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A0272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0272A is #5FD8D5. Grayscale: #4B4B4B. Windows color (decimal): -6281430 or 2762656. OLE color: 2762656.

HSL color Cylindrical-coordinate representation of color #A0272A: hue angle of 358.51º 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 #A0272A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1603942-
CMYK00.760.740.37
HSL358.51º60.8%39.02%-
HSV(B)358.51º75.63%62.75%-
XYZ15.649.093.12-
YUV75.52109.09188.26-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 66.39%
GREEN value IS 39 (15.62% from 255) = 16.18%
BLUE value IS 42 (16.80% from 255) = 17.43%
R=66.39%
G=16.18%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160394200.760.740.37358.5160.839.02
HexA0272A04C4A251673d27
Octal24047520114112455477547
Binary10100000100111101010010011001001010100101101100111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0272A; }

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

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

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

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

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

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

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

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