#A22C2F

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

Shades of Guardsman Red #A22C2F

Tints of Guardsman Red #A22C2F

Color information

#A22C2F (or 0xA22C2F) is unknown color: approx Guardsman Red. HEX triplet: A2, 2C and 2F. RGB value is (162,44,47). Sum of RGB (Red+Green+Blue) = 162+44+47=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C2F is #5DD3D0. Grayscale: #4F4F4F. Windows color (decimal): -6149073 or 3091618. OLE color: 3091618.

HSL color Cylindrical-coordinate representation of color #A22C2F: hue angle of 358.47º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C2F is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB1624447-
CMYK00.730.710.36
HSL358.47º57.28%40.39%-
HSV(B)358.47º72.84%63.53%-
XYZ16.319.693.7-
YUV79.62109.59186.76-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=64.03%
G=17.39%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162444700.730.710.36358.4757.2840.39
HexA22C2F04947241663928
Octal24254570111107445467150
Binary10100010101100101111010010011000111100100101100110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22C2F; }

 p { color: rgb(162,44,47); }

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

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

 a { background-color: rgb(162,44,47); }

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

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

 span { border-color: rgb(162,44,47); }

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