#A73335

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

Shades of Guardsman Red #A73335

Tints of Guardsman Red #A73335

Color information

#A73335 (or 0xA73335) is unknown color: approx Guardsman Red. HEX triplet: A7, 33 and 35. RGB value is (167,51,53). Sum of RGB (Red+Green+Blue) = 167+51+53=271 (35% of max value = 765). Red value is 167 (65.62% from 255 or 61.62% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 167 - color contains mainly: red. Hex color #A73335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A73335 is #58CCCA. Grayscale: #565656. Windows color (decimal): -5819595 or 3486631. OLE color: 3486631.

HSL color Cylindrical-coordinate representation of color #A73335: hue angle of 358.97º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73335 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB1675153-
CMYK00.690.680.35
HSL358.97º53.21%42.75%-
HSV(B)358.97º69.46%65.49%-
XYZ17.7610.844.52-
YUV85.91109.43185.84-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 61.62%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 53 (21.09% from 255) = 19.56%
R=61.62%
G=18.82%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167515300.690.680.35358.9753.2142.75
HexA733350454423167352b
Octal24763650105104435476553
Binary10100111110011110101010001011000100100011101100111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A73335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A73335; }

 p { color: rgb(167,51,53); }

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

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

 a { background-color: rgb(167,51,53); }

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

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

 span { border-color: rgb(167,51,53); }

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