#A53334

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

Shades of Guardsman Red #A53334

Tints of Guardsman Red #A53334

Color information

#A53334 (or 0xA53334) is unknown color: approx Guardsman Red. HEX triplet: A5, 33 and 34. RGB value is (165,51,52). Sum of RGB (Red+Green+Blue) = 165+51+52=268 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.57% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 165 - color contains mainly: red. Hex color #A53334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53334 is #5ACCCB. Grayscale: #555555. Windows color (decimal): -5950668 or 3421093. OLE color: 3421093.

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

Color convert

RGB1655152-
CMYK00.690.680.35
HSL359.47º52.78%42.35%-
HSV(B)359.47º69.09%64.71%-
XYZ17.3210.614.38-
YUV85.2109.27184.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 61.57%
GREEN value IS 51 (20.31% from 255) = 19.03%
BLUE value IS 52 (20.70% from 255) = 19.40%
R=61.57%
G=19.03%
B=19.40%

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
Decimal165515200.690.680.35359.4752.7842.35
HexA533340454423167352a
Octal24563640105104435476552
Binary10100101110011110100010001011000100100011101100111110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53334; }

 p { color: rgb(165,51,52); }

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

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

 a { background-color: rgb(165,51,52); }

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

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

 span { border-color: rgb(165,51,52); }

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