#A1383D

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

Shades of Guardsman Red #A1383D

Tints of Guardsman Red #A1383D

Color information

#A1383D (or 0xA1383D) is unknown color: approx Guardsman Red. HEX triplet: A1, 38 and 3D. RGB value is (161,56,61). Sum of RGB (Red+Green+Blue) = 161+56+61=278 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.91% from 278); Green value is 56 (22.27% from 255 or 20.14% from 278); Blue value is 61 (24.22% from 255 or 21.94% from 278); Max value from RGB is 161 - color contains mainly: red. Hex color #A1383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1383D is #5EC7C2. Grayscale: #585858. Windows color (decimal): -6211523 or 4012193. OLE color: 4012193.

HSL color Cylindrical-coordinate representation of color #A1383D: hue angle of 357.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1383D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB1615661-
CMYK00.650.620.37
HSL357.14º48.39%42.55%-
HSV(B)357.14º65.22%63.14%-
XYZ16.9510.745.59-
YUV87.96112.79180.09-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.91%
GREEN value IS 56 (22.27% from 255) = 20.14%
BLUE value IS 61 (24.22% from 255) = 21.94%
R=57.91%
G=20.14%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161566100.650.620.37357.1448.3942.55
HexA1383D0413E25165302b
Octal2417075010176455456053
Binary1010000111100011110101000001111110100101101100101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1383D; }

 p { color: rgb(161,56,61); }

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

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

 a { background-color: rgb(161,56,61); }

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

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

 span { border-color: rgb(161,56,61); }

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