Html Css Color HEX #AD2428 Guardsman Red

📋 copy color: '#AD2428'

red 173 ◦ green 36 ◦ blue 40

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

Shades of Guardsman Red #AD2428

Tints of Guardsman Red #AD2428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 69.48%
G = 14.46%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2428 (or 0xAD2428) is known color: Guardsman Red. HEX triplet: AD, 24 and 28. RGB value is (173,36,40). Sum of RGB (Red+Green+Blue) = 173+36+40=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2428 is #52DBD7. Grayscale: #4D4D4D. Windows color (decimal): -5430232 or 2630829. OLE color: 2630829.

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

Color convert

RGB 173 36 40 -
CMYK 0 0.79 0.77 0.32
HSL 358.25º 0.66% 0.41% -
HSV(B) 358.25º 0.79% 0.68% -
XYZ 18.25 10.3 3.03 -
YUV 77.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 173 36 40 0 0.79 0.77 0.32 358.25 0.66 0.41
Hex AD 24 28 0 4F 4D 20 166 42 29
Octal 255 44 50 0 117 115 40 546 102 51
Binary 10101101 100100 101000 0 1001111 1001101 100000 101100110 1000010 101001

Color Harmonies of #AD2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2428

Black with #AD2428

Text Example


Text Example

White with #AD2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2428; }

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

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

background-color css

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

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

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

border-color css

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

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

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