#A13435

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

Shades of Guardsman Red #A13435

Tints of Guardsman Red #A13435

Color information

#A13435 (or 0xA13435) is unknown color: approx Guardsman Red. HEX triplet: A1, 34 and 35. RGB value is (161,52,53). Sum of RGB (Red+Green+Blue) = 161+52+53=266 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.53% from 266); Green value is 52 (20.70% from 255 or 19.55% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 161 - color contains mainly: red. Hex color #A13435 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13435 is #5ECBCA. Grayscale: #545454. Windows color (decimal): -6212555 or 3486881. OLE color: 3486881.

HSL color Cylindrical-coordinate representation of color #A13435: hue angle of 359.45º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A13435 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB1615253-
CMYK00.680.670.37
HSL359.45º51.17%41.76%-
HSV(B)359.45º67.7%63.14%-
XYZ16.5710.294.48-
YUV84.7110.11182.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.53%
GREEN value IS 52 (20.70% from 255) = 19.55%
BLUE value IS 53 (21.09% from 255) = 19.92%
R=60.53%
G=19.55%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161525300.680.670.37359.4551.1741.76
HexA134350444325167332a
Octal24164650104103455476352
Binary10100001110100110101010001001000011100101101100111110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13435; }

 p { color: rgb(161,52,53); }

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

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

 a { background-color: rgb(161,52,53); }

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

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

 span { border-color: rgb(161,52,53); }

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