#A12F39

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

Shades of Guardsman Red #A12F39

Tints of Guardsman Red #A12F39

Color information

#A12F39 (or 0xA12F39) is unknown color: approx Guardsman Red. HEX triplet: A1, 2F and 39. RGB value is (161,47,57). Sum of RGB (Red+Green+Blue) = 161+47+57=265 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.75% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 57 (22.66% from 255 or 21.51% from 265); Max value from RGB is 161 - color contains mainly: red. Hex color #A12F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12F39 is #5ED0C6. Grayscale: #525252. Windows color (decimal): -6213831 or 3747745. OLE color: 3747745.

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

Color convert

RGB1614757-
CMYK00.710.650.37
HSL354.74º54.81%40.78%-
HSV(B)354.74º70.81%63.14%-
XYZ16.459.914.92-
YUV82.23113.77184.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.75%
GREEN value IS 47 (18.75% from 255) = 17.74%
BLUE value IS 57 (22.66% from 255) = 21.51%
R=60.75%
G=17.74%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161475700.710.650.37354.7454.8140.78
HexA12F3904741251633729
Octal24157710107101455436751
Binary10100001101111111001010001111000001100101101100011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12F39; }

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

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

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

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

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

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

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

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