#A53638

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

Shades of Guardsman Red #A53638

Tints of Guardsman Red #A53638

Color information

#A53638 (or 0xA53638) is unknown color: approx Guardsman Red. HEX triplet: A5, 36 and 38. RGB value is (165,54,56). Sum of RGB (Red+Green+Blue) = 165+54+56=275 (36% of max value = 765). Red value is 165 (64.84% from 255 or 60% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 165 - color contains mainly: red. Hex color #A53638 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A53638 is #5AC9C7. Grayscale: #575757. Windows color (decimal): -5949896 or 3684005. OLE color: 3684005.

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

Color convert

RGB1655456-
CMYK00.670.660.35
HSL358.92º50.68%42.94%-
HSV(B)358.92º67.27%64.71%-
XYZ17.5510.924.92-
YUV87.42110.27183.34-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 60%
GREEN value IS 54 (21.48% from 255) = 19.64%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=60%
G=19.64%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165545600.670.660.35358.9250.6842.94
HexA536380434223167332b
Octal24566700103102435476353
Binary10100101110110111000010000111000010100011101100111110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53638; }

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

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

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

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

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

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

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

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