Html Css Color HEX #AD2B31 Guardsman Red

📋 copy color: '#AD2B31'

red 173 ◦ green 43 ◦ blue 49

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

Shades of Guardsman Red #AD2B31

Tints of Guardsman Red #AD2B31

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

 BLUE value IS 49 (19.53% from 255) = 18.49%

R = 65.28%
G = 16.23%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AD2B31 (or 0xAD2B31) is known color: Guardsman Red. HEX triplet: AD, 2B and 31. RGB value is (173,43,49). Sum of RGB (Red+Green+Blue) = 173+43+49=265 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.28% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B31 is #52D4CE. Grayscale: #525252. Windows color (decimal): -5428431 or 3222445. OLE color: 3222445.

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

Color convert

RGB 173 43 49 -
CMYK 0 0.75 0.72 0.32
HSL 357.23º 0.6% 0.42% -
HSV(B) 357.23º 0.75% 0.68% -
XYZ 18.65 10.83 4.01 -
YUV 82.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 173 43 49 0 0.75 0.72 0.32 357.23 0.6 0.42
Hex AD 2B 31 0 4B 48 20 165 3C 2A
Octal 255 53 61 0 113 110 40 545 74 52
Binary 10101101 101011 110001 0 1001011 1001000 100000 101100101 111100 101010

Color Harmonies of #AD2B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B31

Black with #AD2B31

Text Example


Text Example

White with #AD2B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B31; }

 p { color: rgb(173,43,49); }

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

background-color css

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

 a { background-color: rgb(173,43,49); }

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

border-color css

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

 span { border-color: rgb(173,43,49); }

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