Html Css Color HEX #AD2930 Guardsman Red

📋 copy color: '#AD2930'

red 173 ◦ green 41 ◦ blue 48

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

Shades of Guardsman Red #AD2930

Tints of Guardsman Red #AD2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 48 (19.14% from 255) = 18.32%

R = 66.03%
G = 15.65%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD2930 (or 0xAD2930) is known color: Guardsman Red. HEX triplet: AD, 29 and 30. RGB value is (173,41,48). Sum of RGB (Red+Green+Blue) = 173+41+48=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2930 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2930 is #52D6CF. Grayscale: #515151. Windows color (decimal): -5428944 or 3156397. OLE color: 3156397.

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

Color convert

RGB 173 41 48 -
CMYK 0 0.76 0.72 0.32
HSL 356.82º 0.62% 0.42% -
HSV(B) 356.82º 0.76% 0.68% -
XYZ 18.56 10.68 3.88 -
YUV 81.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 173 41 48 0 0.76 0.72 0.32 356.82 0.62 0.42
Hex AD 29 30 0 4C 48 20 165 3E 2A
Octal 255 51 60 0 114 110 40 545 76 52
Binary 10101101 101001 110000 0 1001100 1001000 100000 101100101 111110 101010

Color Harmonies of #AD2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2930

Black with #AD2930

Text Example


Text Example

White with #AD2930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2930; }

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

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

background-color css

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

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

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

border-color css

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

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

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