#A12D2E

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

Shades of Guardsman Red #A12D2E

Tints of Guardsman Red #A12D2E

Color information

#A12D2E (or 0xA12D2E) is unknown color: approx Guardsman Red. HEX triplet: A1, 2D and 2E. RGB value is (161,45,46). Sum of RGB (Red+Green+Blue) = 161+45+46=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 46 (18.36% from 255 or 18.25% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A12D2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12D2E is #5ED2D1. Grayscale: #4F4F4F. Windows color (decimal): -6214354 or 3026337. OLE color: 3026337.

HSL color Cylindrical-coordinate representation of color #A12D2E: hue angle of 359.48º 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 #A12D2E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB1614546-
CMYK00.720.710.37
HSL359.48º56.31%40.39%-
HSV(B)359.48º72.05%63.14%-
XYZ16.139.653.6-
YUV79.8108.93185.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 63.89%
GREEN value IS 45 (17.97% from 255) = 17.86%
BLUE value IS 46 (18.36% from 255) = 18.25%
R=63.89%
G=17.86%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161454600.720.710.37359.4856.3140.39
HexA12D2E04847251673828
Octal24155560110107455477050
Binary10100001101101101110010010001000111100101101100111111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A12D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A12D2E; }

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

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

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

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

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

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

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

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