#AD252A

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

Shades of Guardsman Red #AD252A

Tints of Guardsman Red #AD252A

Color information

#AD252A (or 0xAD252A) is unknown color: approx Guardsman Red. HEX triplet: AD, 25 and 2A. RGB value is (173,37,42). Sum of RGB (Red+Green+Blue) = 173+37+42=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 42 (16.80% from 255 or 16.67% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD252A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD252A is #52DAD5. Grayscale: #4E4E4E. Windows color (decimal): -5429974 or 2762157. OLE color: 2762157.

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

Color convert

RGB1733742-
CMYK00.790.760.32
HSL357.79º64.76%41.18%-
HSV(B)357.79º78.61%67.84%-
XYZ18.3110.373.23-
YUV78.23107.56195.59-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 68.65%
GREEN value IS 37 (14.84% from 255) = 14.68%
BLUE value IS 42 (16.80% from 255) = 16.67%
R=68.65%
G=14.68%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.76
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173374200.790.760.32357.7964.7641.18
HexAD252A04F4C201664129
Octal255455201171144054610151
Binary101011011001011010100100111110011001000001011001101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD252A; }

 p { color: rgb(173,37,42); }

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

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

 a { background-color: rgb(173,37,42); }

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

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

 span { border-color: rgb(173,37,42); }

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