Html Css Color HEX #AD383C Guardsman Red

📋 copy color: '#AD383C'

red 173 ◦ green 56 ◦ blue 60

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

Shades of Guardsman Red #AD383C

Tints of Guardsman Red #AD383C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.76%

R = 59.86%
G = 19.38%
B = 20.76%

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

#AD383C (or 0xAD383C) is known color: Guardsman Red. HEX triplet: AD, 38 and 3C. RGB value is (173,56,60). Sum of RGB (Red+Green+Blue) = 173+56+60=289 (38% of max value = 765). Red value is 173 (67.97% from 255 or 59.86% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 173 - color contains mainly: red. Hex color #AD383C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD383C is #52C7C3. Grayscale: #5B5B5B. Windows color (decimal): -5425092 or 3946669. OLE color: 3946669.

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

Color convert

RGB 173 56 60 -
CMYK 0 0.68 0.65 0.32
HSL 357.95º 0.51% 0.45% -
HSV(B) 357.95º 0.68% 0.68% -
XYZ 19.46 12.04 5.57 -
YUV 91.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 173 56 60 0 0.68 0.65 0.32 357.95 0.51 0.45
Hex AD 38 3C 0 44 41 20 166 33 2D
Octal 255 70 74 0 104 101 40 546 63 55
Binary 10101101 111000 111100 0 1000100 1000001 100000 101100110 110011 101101

Color Harmonies of #AD383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD383C

Black with #AD383C

Text Example


Text Example

White with #AD383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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