Html Css Color HEX #AD373A Guardsman Red

📋 copy color: '#AD373A'

red 173 ◦ green 55 ◦ blue 58

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

Shades of Guardsman Red #AD373A

Tints of Guardsman Red #AD373A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.28%

R = 60.49%
G = 19.23%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD373A (or 0xAD373A) is known color: Guardsman Red. HEX triplet: AD, 37 and 3A. RGB value is (173,55,58). Sum of RGB (Red+Green+Blue) = 173+55+58=286 (37% of max value = 765). Red value is 173 (67.97% from 255 or 60.49% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 58 (23.05% from 255 or 20.28% from 286); Max value from RGB is 173 - color contains mainly: red. Hex color #AD373A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD373A is #52C8C5. Grayscale: #5A5A5A. Windows color (decimal): -5425350 or 3815341. OLE color: 3815341.

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

Color convert

RGB 173 55 58 -
CMYK 0 0.68 0.66 0.32
HSL 358.47º 0.52% 0.45% -
HSV(B) 358.47º 0.68% 0.68% -
XYZ 19.36 11.92 5.28 -
YUV 90.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 173 55 58 0 0.68 0.66 0.32 358.47 0.52 0.45
Hex AD 37 3A 0 44 42 20 166 34 2D
Octal 255 67 72 0 104 102 40 546 64 55
Binary 10101101 110111 111010 0 1000100 1000010 100000 101100110 110100 101101

Color Harmonies of #AD373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD373A

Black with #AD373A

Text Example


Text Example

White with #AD373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD373A; }

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

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

background-color css

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

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

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

border-color css

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

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

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