#A33240

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

Shades of Guardsman Red #A33240

Tints of Guardsman Red #A33240

Color information

#A33240 (or 0xA33240) is unknown color: approx Guardsman Red. HEX triplet: A3, 32 and 40. RGB value is (163,50,64). Sum of RGB (Red+Green+Blue) = 163+50+64=277 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.84% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 163 - color contains mainly: red. Hex color #A33240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33240 is #5CCDBF. Grayscale: #555555. Windows color (decimal): -6081984 or 4207267. OLE color: 4207267.

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

Color convert

RGB1635064-
CMYK00.690.610.36
HSL352.57º53.05%41.76%-
HSV(B)352.57º69.33%63.92%-
XYZ17.1710.445.96-
YUV85.38115.94183.36-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 58.84%
GREEN value IS 50 (19.92% from 255) = 18.05%
BLUE value IS 64 (25.39% from 255) = 23.10%
R=58.84%
G=18.05%
B=23.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163506400.690.610.36352.5753.0541.76
HexA332400453D24161352a
Octal24362100010575445416552
Binary10100011110010100000001000101111101100100101100001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33240; }

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

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

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

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

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

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

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

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