Html Css Color HEX #AD2429 Guardsman Red

📋 copy color: '#AD2429'

red 173 ◦ green 36 ◦ blue 41

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

Shades of Guardsman Red #AD2429

Tints of Guardsman Red #AD2429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.4%

 BLUE value IS 41 (16.41% from 255) = 16.4%

R = 69.2%
G = 14.4%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AD2429 (or 0xAD2429) is known color: Guardsman Red. HEX triplet: AD, 24 and 29. RGB value is (173,36,41). Sum of RGB (Red+Green+Blue) = 173+36+41=250 (33% of max value = 765). Red value is 173 (67.97% from 255 or 69.2% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2429 is #52DBD6. Grayscale: #4D4D4D. Windows color (decimal): -5430231 or 2696365. OLE color: 2696365.

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

Color convert

RGB 173 36 41 -
CMYK 0 0.79 0.76 0.32
HSL 357.81º 0.66% 0.41% -
HSV(B) 357.81º 0.79% 0.68% -
XYZ 18.26 10.31 3.12 -
YUV 77.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 173 36 41 0 0.79 0.76 0.32 357.81 0.66 0.41
Hex AD 24 29 0 4F 4C 20 166 42 29
Octal 255 44 51 0 117 114 40 546 102 51
Binary 10101101 100100 101001 0 1001111 1001100 100000 101100110 1000010 101001

Color Harmonies of #AD2429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2429

Black with #AD2429

Text Example


Text Example

White with #AD2429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2429; }

 p { color: rgb(173,36,41); }

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

background-color css

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

 a { background-color: rgb(173,36,41); }

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

border-color css

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

 span { border-color: rgb(173,36,41); }

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