#A12D39

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

Shades of Guardsman Red #A12D39

Tints of Guardsman Red #A12D39

Color information

#A12D39 (or 0xA12D39) is unknown color: approx Guardsman Red. HEX triplet: A1, 2D and 39. RGB value is (161,45,57). Sum of RGB (Red+Green+Blue) = 161+45+57=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 45 (17.97% from 255 or 17.11% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D39 is #5ED2C6. Grayscale: #515151. Windows color (decimal): -6214343 or 3747233. OLE color: 3747233.

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

Color convert

RGB1614557-
CMYK00.720.650.37
HSL353.79º56.31%40.39%-
HSV(B)353.79º72.05%63.14%-
XYZ16.379.754.89-
YUV81.05114.43185.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 61.22%
GREEN value IS 45 (17.97% from 255) = 17.11%
BLUE value IS 57 (22.66% from 255) = 21.67%
R=61.22%
G=17.11%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161455700.720.650.37353.7956.3140.39
HexA12D3904841251623828
Octal24155710110101455427050
Binary10100001101101111001010010001000001100101101100010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12D39; }

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

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

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

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

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

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

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

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