Html Css Color HEX #AD2628 Guardsman Red

📋 copy color: '#AD2628'

red 173 ◦ green 38 ◦ blue 40

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

Shades of Guardsman Red #AD2628

Tints of Guardsman Red #AD2628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 68.92%
G = 15.14%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AD2628 (or 0xAD2628) is known color: Guardsman Red. HEX triplet: AD, 26 and 28. RGB value is (173,38,40). Sum of RGB (Red+Green+Blue) = 173+38+40=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2628 is #52D9D7. Grayscale: #4E4E4E. Windows color (decimal): -5429720 or 2631341. OLE color: 2631341.

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

Color convert

RGB 173 38 40 -
CMYK 0 0.78 0.77 0.32
HSL 359.11º 0.64% 0.41% -
HSV(B) 359.11º 0.78% 0.68% -
XYZ 18.31 10.42 3.05 -
YUV 78.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 173 38 40 0 0.78 0.77 0.32 359.11 0.64 0.41
Hex AD 26 28 0 4E 4D 20 167 40 29
Octal 255 46 50 0 116 115 40 547 100 51
Binary 10101101 100110 101000 0 1001110 1001101 100000 101100111 1000000 101001

Color Harmonies of #AD2628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2628

Black with #AD2628

Text Example


Text Example

White with #AD2628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2628; }

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

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

background-color css

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

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

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

border-color css

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

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

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