#A8383D

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

Shades of Guardsman Red #A8383D

Tints of Guardsman Red #A8383D

Color information

#A8383D (or 0xA8383D) is unknown color: approx Guardsman Red. HEX triplet: A8, 38 and 3D. RGB value is (168,56,61). Sum of RGB (Red+Green+Blue) = 168+56+61=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A8383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8383D is #57C7C2. Grayscale: #5A5A5A. Windows color (decimal): -5752771 or 4012200. OLE color: 4012200.

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

Color convert

RGB1685661-
CMYK00.670.640.34
HSL357.32º50%43.92%-
HSV(B)357.32º66.67%65.88%-
XYZ18.411.495.66-
YUV90.06111.61183.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.95%
GREEN value IS 56 (22.27% from 255) = 19.65%
BLUE value IS 61 (24.22% from 255) = 21.40%
R=58.95%
G=19.65%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168566100.670.640.34357.325043.92
HexA8383D0434022165322c
Octal25070750103100425456254
Binary10101000111000111101010000111000000100010101100101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8383D; }

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

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

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

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

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

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

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

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