#A3272A

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

Shades of Guardsman Red #A3272A

Tints of Guardsman Red #A3272A

Color information

#A3272A (or 0xA3272A) is unknown color: approx Guardsman Red. HEX triplet: A3, 27 and 2A. RGB value is (163,39,42). Sum of RGB (Red+Green+Blue) = 163+39+42=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A3272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3272A is #5CD8D5. Grayscale: #4C4C4C. Windows color (decimal): -6084822 or 2762659. OLE color: 2762659.

HSL color Cylindrical-coordinate representation of color #A3272A: hue angle of 358.55º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3272A is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB1633942-
CMYK00.760.740.36
HSL358.55º61.39%39.61%-
HSV(B)358.55º76.07%63.92%-
XYZ16.259.43.15-
YUV76.42108.58189.76-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 66.80%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 42 (16.80% from 255) = 17.21%
R=66.80%
G=15.98%
B=17.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163394200.760.740.36358.5561.3939.61
HexA3272A04C4A241673d28
Octal24347520114112445477550
Binary10100011100111101010010011001001010100100101100111111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3272A; }

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

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

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

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

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

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

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

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