Html Css Color HEX #AD2B38 Guardsman Red

📋 copy color: '#AD2B38'

red 173 ◦ green 43 ◦ blue 56

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

Shades of Guardsman Red #AD2B38

Tints of Guardsman Red #AD2B38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 63.6%
G = 15.81%
B = 20.59%

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

#AD2B38 (or 0xAD2B38) is known color: Guardsman Red. HEX triplet: AD, 2B and 38. RGB value is (173,43,56). Sum of RGB (Red+Green+Blue) = 173+43+56=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD2B38 is #52D4C7. Grayscale: #535353. Windows color (decimal): -5428424 or 3681197. OLE color: 3681197.

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

Color convert

RGB 173 43 56 -
CMYK 0 0.75 0.68 0.32
HSL 354º 0.6% 0.42% -
HSV(B) 354º 0.75% 0.68% -
XYZ 18.81 10.9 4.85 -
YUV 83.35 112.57 191.94 -
System Red Green Blue C M Y K H S L
Decimal 173 43 56 0 0.75 0.68 0.32 354 0.6 0.42
Hex AD 2B 38 0 4B 44 20 162 3C 2A
Octal 255 53 70 0 113 104 40 542 74 52
Binary 10101101 101011 111000 0 1001011 1000100 100000 101100010 111100 101010

Color Harmonies of #AD2B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2B38

Black with #AD2B38

Text Example


Text Example

White with #AD2B38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2B38; }

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

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

background-color css

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

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

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

border-color css

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

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

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