#AD383D

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

Shades of Guardsman Red #AD383D

Tints of Guardsman Red #AD383D

Color information

#AD383D (or 0xAD383D) is unknown color: approx Guardsman Red. HEX triplet: AD, 38 and 3D. RGB value is (173,56,61). Sum of RGB (Red+Green+Blue) = 173+56+61=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD383D is #52C7C2. Grayscale: #5B5B5B. Windows color (decimal): -5425091 or 4012205. OLE color: 4012205.

HSL color Cylindrical-coordinate representation of color #AD383D: hue angle of 357.44º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD383D is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB1735661-
CMYK00.680.650.32
HSL357.44º51.09%44.9%-
HSV(B)357.44º67.63%67.84%-
XYZ19.4912.055.71-
YUV91.55110.76186.09-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 59.66%
GREEN value IS 56 (22.27% from 255) = 19.31%
BLUE value IS 61 (24.22% from 255) = 21.03%
R=59.66%
G=19.31%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173566100.680.650.32357.4451.0944.9
HexAD383D0444120165332d
Octal25570750104101405456355
Binary10101101111000111101010001001000001100000101100101110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD383D; }

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

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

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

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

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

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

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

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