#A33135

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

Shades of Guardsman Red #A33135

Tints of Guardsman Red #A33135

Color information

#A33135 (or 0xA33135) is unknown color: approx Guardsman Red. HEX triplet: A3, 31 and 35. RGB value is (163,49,53). Sum of RGB (Red+Green+Blue) = 163+49+53=265 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.51% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 163 - color contains mainly: red. Hex color #A33135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A33135 is #5CCECA. Grayscale: #535353. Windows color (decimal): -6082251 or 3486115. OLE color: 3486115.

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

Color convert

RGB1634953-
CMYK00.700.670.36
HSL357.89º53.77%41.57%-
HSV(B)357.89º69.94%63.92%-
XYZ16.8510.244.46-
YUV83.54110.77184.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 61.51%
GREEN value IS 49 (19.53% from 255) = 18.49%
BLUE value IS 53 (21.09% from 255) = 20%
R=61.51%
G=18.49%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163495300.700.670.36357.8953.7741.57
HexA331350464324166362a
Octal24361650106103445466652
Binary10100011110001110101010001101000011100100101100110110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A33135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A33135; }

 p { color: rgb(163,49,53); }

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

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

 a { background-color: rgb(163,49,53); }

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

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

 span { border-color: rgb(163,49,53); }

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