Html Css Color HEX #AD3738 Guardsman Red

📋 copy color: '#AD3738'

red 173 ◦ green 55 ◦ blue 56

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

Shades of Guardsman Red #AD3738

Tints of Guardsman Red #AD3738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.37%

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

R = 60.92%
G = 19.37%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AD3738 (or 0xAD3738) is known color: Guardsman Red. HEX triplet: AD, 37 and 38. RGB value is (173,55,56). Sum of RGB (Red+Green+Blue) = 173+55+56=284 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.92% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3738 is #52C8C7. Grayscale: #5A5A5A. Windows color (decimal): -5425352 or 3684269. OLE color: 3684269.

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

Color convert

RGB 173 55 56 -
CMYK 0 0.68 0.68 0.32
HSL 359.49º 0.52% 0.45% -
HSV(B) 359.49º 0.68% 0.68% -
XYZ 19.31 11.9 5.02 -
YUV 90.4 108.59 186.92 -
System Red Green Blue C M Y K H S L
Decimal 173 55 56 0 0.68 0.68 0.32 359.49 0.52 0.45
Hex AD 37 38 0 44 44 20 167 34 2D
Octal 255 67 70 0 104 104 40 547 64 55
Binary 10101101 110111 111000 0 1000100 1000100 100000 101100111 110100 101101

Color Harmonies of #AD3738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3738

Black with #AD3738

Text Example


Text Example

White with #AD3738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3738; }

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

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

background-color css

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

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

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

border-color css

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

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

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