#A93538

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

Shades of Guardsman Red #A93538

Tints of Guardsman Red #A93538

Color information

#A93538 (or 0xA93538) is unknown color: approx Guardsman Red. HEX triplet: A9, 35 and 38. RGB value is (169,53,56). Sum of RGB (Red+Green+Blue) = 169+53+56=278 (36% of max value = 765). Red value is 169 (66.41% from 255 or 60.79% from 278); Green value is 53 (21.09% from 255 or 19.06% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 169 - color contains mainly: red. Hex color #A93538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93538 is #56CAC7. Grayscale: #585858. Windows color (decimal): -5688008 or 3683753. OLE color: 3683753.

HSL color Cylindrical-coordinate representation of color #A93538: hue angle of 358.45º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A93538 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB1695356-
CMYK00.690.670.34
HSL358.45º52.25%43.53%-
HSV(B)358.45º68.64%66.27%-
XYZ18.3511.274.95-
YUV88.03109.93185.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.79%
GREEN value IS 53 (21.09% from 255) = 19.06%
BLUE value IS 56 (22.27% from 255) = 20.14%
R=60.79%
G=19.06%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169535600.690.670.34358.4552.2543.53
HexA935380454322166342c
Octal25165700105103425466454
Binary10101001110101111000010001011000011100010101100110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A93538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A93538; }

 p { color: rgb(169,53,56); }

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

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

 a { background-color: rgb(169,53,56); }

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

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

 span { border-color: rgb(169,53,56); }

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