#A53338

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

Shades of Guardsman Red #A53338

Tints of Guardsman Red #A53338

Color information

#A53338 (or 0xA53338) is unknown color: approx Guardsman Red. HEX triplet: A5, 33 and 38. RGB value is (165,51,56). Sum of RGB (Red+Green+Blue) = 165+51+56=272 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60.66% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 165 - color contains mainly: red. Hex color #A53338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53338 is #5ACCC7. Grayscale: #555555. Windows color (decimal): -5950664 or 3683237. OLE color: 3683237.

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

Color convert

RGB1655156-
CMYK00.690.660.35
HSL357.37º52.78%42.35%-
HSV(B)357.37º69.09%64.71%-
XYZ17.4110.654.88-
YUV85.66111.27184.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60.66%
GREEN value IS 51 (20.31% from 255) = 18.75%
BLUE value IS 56 (22.27% from 255) = 20.59%
R=60.66%
G=18.75%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165515600.690.660.35357.3752.7842.35
HexA533380454223165352a
Octal24563700105102435456552
Binary10100101110011111000010001011000010100011101100101110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53338; }

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

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

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

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

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

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

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

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