#A13334

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

Shades of Guardsman Red #A13334

Tints of Guardsman Red #A13334

Color information

#A13334 (or 0xA13334) is unknown color: approx Guardsman Red. HEX triplet: A1, 33 and 34. RGB value is (161,51,52). Sum of RGB (Red+Green+Blue) = 161+51+52=264 (34% of max value = 765). Red value is 161 (63.28% from 255 or 60.98% from 264); Green value is 51 (20.31% from 255 or 19.32% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 161 - color contains mainly: red. Hex color #A13334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A13334 is #5ECCCB. Grayscale: #545454. Windows color (decimal): -6212812 or 3421089. OLE color: 3421089.

HSL color Cylindrical-coordinate representation of color #A13334: hue angle of 359.45º degrees, saturation: 0.52, 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 #A13334 is Cyan = 0, Magento = 0.68, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB1615152-
CMYK00.680.680.37
HSL359.45º51.89%41.57%-
HSV(B)359.45º68.32%63.14%-
XYZ16.510.194.35-
YUV84109.94182.92-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 60.98%
GREEN value IS 51 (20.31% from 255) = 19.32%
BLUE value IS 52 (20.70% from 255) = 19.70%
R=60.98%
G=19.32%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.68
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161515200.680.680.37359.4551.8941.57
HexA133340444425167342a
Octal24163640104104455476452
Binary10100001110011110100010001001000100100101101100111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13334; }

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

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

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

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

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

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

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

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