#A51E22

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

Shades of Guardsman Red #A51E22

Tints of Guardsman Red #A51E22

Color information

#A51E22 (or 0xA51E22) is unknown color: approx Guardsman Red. HEX triplet: A5, 1E and 22. RGB value is (165,30,34). Sum of RGB (Red+Green+Blue) = 165+30+34=229 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.05% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A51E22 is #5AE1DD. Grayscale: #464646. Windows color (decimal): -5956062 or 2236069. OLE color: 2236069.

HSL color Cylindrical-coordinate representation of color #A51E22: hue angle of 358.22º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E22 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB1653034-
CMYK00.820.790.35
HSL358.22º69.23%38.24%-
HSV(B)358.22º81.82%64.71%-
XYZ16.279.042.4-
YUV70.82107.23195.17-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 72.05%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 34 (13.67% from 255) = 14.85%
R=72.05%
G=13.10%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165303400.820.790.35358.2269.2338.24
HexA51E220524F231664526
Octal245364201221174354610546
Binary10100101111101000100101001010011111000111011001101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A51E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A51E22; }

 p { color: rgb(165,30,34); }

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

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

 a { background-color: rgb(165,30,34); }

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

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

 span { border-color: rgb(165,30,34); }

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