#AD333A

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

Shades of Guardsman Red #AD333A

Tints of Guardsman Red #AD333A

Color information

#AD333A (or 0xAD333A) is unknown color: approx Guardsman Red. HEX triplet: AD, 33 and 3A. RGB value is (173,51,58). Sum of RGB (Red+Green+Blue) = 173+51+58=282 (37% of max value = 765). Red value is 173 (67.97% from 255 or 61.35% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 173 - color contains mainly: red. Hex color #AD333A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD333A is #52CCC5. Grayscale: #585858. Windows color (decimal): -5426374 or 3814317. OLE color: 3814317.

HSL color Cylindrical-coordinate representation of color #AD333A: hue angle of 356.56º degrees, saturation: 0.54, 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 #AD333A is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB1735158-
CMYK00.710.660.32
HSL356.56º54.46%43.92%-
HSV(B)356.56º70.52%67.84%-
XYZ19.1811.565.22-
YUV88.28110.92188.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 61.35%
GREEN value IS 51 (20.31% from 255) = 18.09%
BLUE value IS 58 (23.05% from 255) = 20.57%
R=61.35%
G=18.09%
B=20.57%

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
Decimal173515800.710.660.32356.5654.4643.92
HexAD333A0474220165362c
Octal25563720107102405456654
Binary10101101110011111010010001111000010100000101100101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD333A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD333A; }

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

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

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

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

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

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

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

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