#AD363A

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

Shades of Guardsman Red #AD363A

Tints of Guardsman Red #AD363A

Color information

#AD363A (or 0xAD363A) is unknown color: approx Guardsman Red. HEX triplet: AD, 36 and 3A. RGB value is (173,54,58). Sum of RGB (Red+Green+Blue) = 173+54+58=285 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.70% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 58 (23.05% from 255 or 20.35% from 285); Max value from RGB is 173 - color contains mainly: red. Hex color #AD363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD363A is #52C9C5. Grayscale: #5A5A5A. Windows color (decimal): -5425606 or 3815085. OLE color: 3815085.

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

Color convert

RGB1735458-
CMYK00.690.660.32
HSL357.98º52.42%44.51%-
HSV(B)357.98º68.79%67.84%-
XYZ19.3211.835.27-
YUV90.04109.92187.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 60.70%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 58 (23.05% from 255) = 20.35%
R=60.70%
G=18.95%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173545800.690.660.32357.9852.4244.51
HexAD363A0454220166342d
Octal25566720105102405466455
Binary10101101110110111010010001011000010100000101100110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD363A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD363A; }

 p { color: rgb(173,54,58); }

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

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

 a { background-color: rgb(173,54,58); }

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

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

 span { border-color: rgb(173,54,58); }

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