#A12A39

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

Shades of Guardsman Red #A12A39

Tints of Guardsman Red #A12A39

Color information

#A12A39 (or 0xA12A39) is unknown color: approx Guardsman Red. HEX triplet: A1, 2A and 39. RGB value is (161,42,57). Sum of RGB (Red+Green+Blue) = 161+42+57=260 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.92% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 57 (22.66% from 255 or 21.92% from 260); Max value from RGB is 161 - color contains mainly: red. Hex color #A12A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12A39 is #5ED5C6. Grayscale: #4F4F4F. Windows color (decimal): -6215111 or 3746465. OLE color: 3746465.

HSL color Cylindrical-coordinate representation of color #A12A39: hue angle of 352.44º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12A39 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB1614257-
CMYK00.740.650.37
HSL352.44º58.62%39.8%-
HSV(B)352.44º73.91%63.14%-
XYZ16.269.534.85-
YUV79.29115.42186.28-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.92%
GREEN value IS 42 (16.80% from 255) = 16.15%
BLUE value IS 57 (22.66% from 255) = 21.92%
R=61.92%
G=16.15%
B=21.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161425700.740.650.37352.4458.6239.8
HexA12A3904A41251603b28
Octal24152710112101455407350
Binary10100001101010111001010010101000001100101101100000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12A39; }

 p { color: rgb(161,42,57); }

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

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

 a { background-color: rgb(161,42,57); }

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

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

 span { border-color: rgb(161,42,57); }

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