Html Css Color HEX #AD252E Guardsman Red

📋 copy color: '#AD252E'

red 173 ◦ green 37 ◦ blue 46

#AD252E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AD252E

Tints of Guardsman Red #AD252E

RGB

 RED value IS 173 (67.97% from 255) = 67.58%

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 67.58%
G = 14.45%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AD252E (or 0xAD252E) is known color: Guardsman Red. HEX triplet: AD, 25 and 2E. RGB value is (173,37,46). Sum of RGB (Red+Green+Blue) = 173+37+46=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD252E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD252E is #52DAD1. Grayscale: #4E4E4E. Windows color (decimal): -5429970 or 3024301. OLE color: 3024301.

HSL color Cylindrical-coordinate representation of color #AD252E: hue angle of 356.03º 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 #AD252E is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 46 -
CMYK 0 0.79 0.73 0.32
HSL 356.03º 0.65% 0.41% -
HSV(B) 356.03º 0.79% 0.68% -
XYZ 18.39 10.4 3.62 -
YUV 78.69 109.56 195.27 -
System Red Green Blue C M Y K H S L
Decimal 173 37 46 0 0.79 0.73 0.32 356.03 0.65 0.41
Hex AD 25 2E 0 4F 49 20 164 41 29
Octal 255 45 56 0 117 111 40 544 101 51
Binary 10101101 100101 101110 0 1001111 1001001 100000 101100100 1000001 101001

Color Harmonies of #AD252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD252E

Black with #AD252E

Text Example


Text Example

White with #AD252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD252E; }

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

 H1.HeaderClassName
 {
   color: #AD252E;
 }
 .AnyTagClassName
 {
   color: #AD252E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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