Html Css Color HEX #AD3138 Guardsman Red

📋 copy color: '#AD3138'

red 173 ◦ green 49 ◦ blue 56

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

Shades of Guardsman Red #AD3138

Tints of Guardsman Red #AD3138

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.63%

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

R = 62.23%
G = 17.63%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD3138 (or 0xAD3138) is known color: Guardsman Red. HEX triplet: AD, 31 and 38. RGB value is (173,49,56). Sum of RGB (Red+Green+Blue) = 173+49+56=278 (36% of max value = 765). Red value is 173 (67.97% from 255 or 62.23% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 56 (22.27% from 255 or 20.14% from 278); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3138 is #52CEC7. Grayscale: #565656. Windows color (decimal): -5426888 or 3682733. OLE color: 3682733.

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

Color convert

RGB 173 49 56 -
CMYK 0 0.72 0.68 0.32
HSL 356.61º 0.56% 0.44% -
HSV(B) 356.61º 0.72% 0.68% -
XYZ 19.05 11.37 4.93 -
YUV 86.87 110.58 189.43 -
System Red Green Blue C M Y K H S L
Decimal 173 49 56 0 0.72 0.68 0.32 356.61 0.56 0.44
Hex AD 31 38 0 48 44 20 165 38 2C
Octal 255 61 70 0 110 104 40 545 70 54
Binary 10101101 110001 111000 0 1001000 1000100 100000 101100101 111000 101100

Color Harmonies of #AD3138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3138

Black with #AD3138

Text Example


Text Example

White with #AD3138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3138; }

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

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

background-color css

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

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

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

border-color css

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

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

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