Html Css Color HEX #AD2B37 Guardsman Red

📋 copy color: '#AD2B37'

red 173 ◦ green 43 ◦ blue 55

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

Shades of Guardsman Red #AD2B37

Tints of Guardsman Red #AD2B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.3%

R = 63.84%
G = 15.87%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD2B37 (or 0xAD2B37) is known color: Guardsman Red. HEX triplet: AD, 2B and 37. RGB value is (173,43,55). Sum of RGB (Red+Green+Blue) = 173+43+55=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B37 is #52D4C8. Grayscale: #535353. Windows color (decimal): -5428425 or 3615661. OLE color: 3615661.

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

Color convert

RGB 173 43 55 -
CMYK 0 0.75 0.68 0.32
HSL 354.46º 0.6% 0.42% -
HSV(B) 354.46º 0.75% 0.68% -
XYZ 18.79 10.89 4.73 -
YUV 83.24 112.07 192.02 -
System Red Green Blue C M Y K H S L
Decimal 173 43 55 0 0.75 0.68 0.32 354.46 0.6 0.42
Hex AD 2B 37 0 4B 44 20 162 3C 2A
Octal 255 53 67 0 113 104 40 542 74 52
Binary 10101101 101011 110111 0 1001011 1000100 100000 101100010 111100 101010

Color Harmonies of #AD2B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B37

Black with #AD2B37

Text Example


Text Example

White with #AD2B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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