#A0383D

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

Shades of Guardsman Red #A0383D

Tints of Guardsman Red #A0383D

Color information

#A0383D (or 0xA0383D) is unknown color: approx Guardsman Red. HEX triplet: A0, 38 and 3D. RGB value is (160,56,61). Sum of RGB (Red+Green+Blue) = 160+56+61=277 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.76% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 160 - color contains mainly: red. Hex color #A0383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0383D is #5FC7C2. Grayscale: #575757. Windows color (decimal): -6277059 or 4012192. OLE color: 4012192.

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

Color convert

RGB1605661-
CMYK00.650.620.37
HSL357.12º48.15%42.35%-
HSV(B)357.12º65%62.75%-
XYZ16.7510.645.59-
YUV87.67112.96179.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.76%
GREEN value IS 56 (22.27% from 255) = 20.22%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=57.76%
G=20.22%
B=22.02%

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
Decimal160566100.650.620.37357.1248.1542.35
HexA0383D0413E25165302a
Octal2407075010176455456052
Binary1010000011100011110101000001111110100101101100101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0383D; }

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

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

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

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

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

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

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

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