#AD323B

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

Shades of Guardsman Red #AD323B

Tints of Guardsman Red #AD323B

Color information

#AD323B (or 0xAD323B) is unknown color: approx Guardsman Red. HEX triplet: AD, 32 and 3B. RGB value is (173,50,59). Sum of RGB (Red+Green+Blue) = 173+50+59=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD323B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD323B is #52CDC4. Grayscale: #575757. Windows color (decimal): -5426629 or 3879597. OLE color: 3879597.

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

Color convert

RGB1735059-
CMYK00.710.660.32
HSL355.61º55.16%43.73%-
HSV(B)355.61º71.1%67.84%-
XYZ19.1611.485.34-
YUV87.8111.75188.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.35%
GREEN value IS 50 (19.92% from 255) = 17.73%
BLUE value IS 59 (23.44% from 255) = 20.92%
R=61.35%
G=17.73%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173505900.710.660.32355.6155.1643.73
HexAD323B0474220164372c
Octal25562730107102405446754
Binary10101101110010111011010001111000010100000101100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD323B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD323B; }

 p { color: rgb(173,50,59); }

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

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

 a { background-color: rgb(173,50,59); }

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

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

 span { border-color: rgb(173,50,59); }

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