#A12B3C

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

Shades of Guardsman Red #A12B3C

Tints of Guardsman Red #A12B3C

Color information

#A12B3C (or 0xA12B3C) is unknown color: approx Guardsman Red. HEX triplet: A1, 2B and 3C. RGB value is (161,43,60). Sum of RGB (Red+Green+Blue) = 161+43+60=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12B3C is #5ED4C3. Grayscale: #505050. Windows color (decimal): -6214852 or 3943329. OLE color: 3943329.

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

Color convert

RGB1614360-
CMYK00.730.630.37
HSL351.36º57.84%40%-
HSV(B)351.36º73.29%63.14%-
XYZ16.389.635.27-
YUV80.22116.59185.62-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 43 (17.19% from 255) = 16.29%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=60.98%
G=16.29%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161436000.730.630.37351.3657.8440
HexA12B3C0493F2515f3a28
Octal2415374011177455377250
Binary1010000110101111110001001001111111100101101011111111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12B3C; }

 p { color: rgb(161,43,60); }

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

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

 a { background-color: rgb(161,43,60); }

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

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

 span { border-color: rgb(161,43,60); }

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