Html Css Color HEX #AD383D Guardsman Red

📋 copy color: '#AD383D'

red 173 ◦ green 56 ◦ blue 61

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

Shades of Guardsman Red #AD383D

Tints of Guardsman Red #AD383D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.31%

 BLUE value IS 61 (24.22% from 255) = 21.03%

R = 59.66%
G = 19.31%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AD383D (or 0xAD383D) is known color: Guardsman Red. HEX triplet: AD, 38 and 3D. RGB value is (173,56,61). Sum of RGB (Red+Green+Blue) = 173+56+61=290 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.66% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 173 - color contains mainly: red. Hex color #AD383D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD383D is #52C7C2. Grayscale: #5B5B5B. Windows color (decimal): -5425091 or 4012205. OLE color: 4012205.

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

Color convert

RGB 173 56 61 -
CMYK 0 0.68 0.65 0.32
HSL 357.44º 0.51% 0.45% -
HSV(B) 357.44º 0.68% 0.68% -
XYZ 19.49 12.05 5.71 -
YUV 91.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 173 56 61 0 0.68 0.65 0.32 357.44 0.51 0.45
Hex AD 38 3D 0 44 41 20 165 33 2D
Octal 255 70 75 0 104 101 40 545 63 55
Binary 10101101 111000 111101 0 1000100 1000001 100000 101100101 110011 101101

Color Harmonies of #AD383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD383D

Black with #AD383D

Text Example


Text Example

White with #AD383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD383D; }

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

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

background-color css

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

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

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

border-color css

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

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

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