#A3323B

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

Shades of Guardsman Red #A3323B

Tints of Guardsman Red #A3323B

Color information

#A3323B (or 0xA3323B) is unknown color: approx Guardsman Red. HEX triplet: A3, 32 and 3B. RGB value is (163,50,59). Sum of RGB (Red+Green+Blue) = 163+50+59=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 50 (19.92% from 255 or 18.38% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3323B is #5CCDC4. Grayscale: #545454. Windows color (decimal): -6081989 or 3879587. OLE color: 3879587.

HSL color Cylindrical-coordinate representation of color #A3323B: hue angle of 355.22º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A3323B is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1635059-
CMYK00.690.640.36
HSL355.22º53.05%41.76%-
HSV(B)355.22º69.33%63.92%-
XYZ17.0310.385.24-
YUV84.81113.44183.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 59.93%
GREEN value IS 50 (19.92% from 255) = 18.38%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=59.93%
G=18.38%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163505900.690.640.36355.2253.0541.76
HexA3323B0454024163352a
Octal24362730105100445436552
Binary10100011110010111011010001011000000100100101100011110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3323B; }

 p { color: rgb(163,50,59); }

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

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

 a { background-color: rgb(163,50,59); }

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

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

 span { border-color: rgb(163,50,59); }

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