#A33339

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

Shades of Guardsman Red #A33339

Tints of Guardsman Red #A33339

Color information

#A33339 (or 0xA33339) is unknown color: approx Guardsman Red. HEX triplet: A3, 33 and 39. RGB value is (163,51,57). Sum of RGB (Red+Green+Blue) = 163+51+57=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A33339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33339 is #5CCCC6. Grayscale: #555555. Windows color (decimal): -6081735 or 3748771. OLE color: 3748771.

HSL color Cylindrical-coordinate representation of color #A33339: hue angle of 356.79º degrees, saturation: 0.52, 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 #A33339 is Cyan = 0, Magento = 0.69, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1635157-
CMYK00.690.650.36
HSL356.79º52.34%41.96%-
HSV(B)356.79º68.71%63.92%-
XYZ17.0310.454.99-
YUV85.17112.11183.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 60.15%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 57 (22.66% from 255) = 21.03%
R=60.15%
G=18.82%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163515700.690.650.36356.7952.3441.96
HexA333390454124165342a
Octal24363710105101445456452
Binary10100011110011111001010001011000001100100101100101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33339; }

 p { color: rgb(163,51,57); }

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

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

 a { background-color: rgb(163,51,57); }

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

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

 span { border-color: rgb(163,51,57); }

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