Html Css Color HEX #AD383B Guardsman Red

📋 copy color: '#AD383B'

red 173 ◦ green 56 ◦ blue 59

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

Shades of Guardsman Red #AD383B

Tints of Guardsman Red #AD383B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.49%

R = 60.07%
G = 19.44%
B = 20.49%

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

#AD383B (or 0xAD383B) is known color: Guardsman Red. HEX triplet: AD, 38 and 3B. RGB value is (173,56,59). Sum of RGB (Red+Green+Blue) = 173+56+59=288 (38% of max value = 765). Red value is 173 (67.97% from 255 or 60.07% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 59 (23.44% from 255 or 20.49% from 288); Max value from RGB is 173 - color contains mainly: red. Hex color #AD383B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD383B is #52C7C4. Grayscale: #5B5B5B. Windows color (decimal): -5425093 or 3881133. OLE color: 3881133.

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

Color convert

RGB 173 56 59 -
CMYK 0 0.68 0.66 0.32
HSL 358.46º 0.51% 0.45% -
HSV(B) 358.46º 0.68% 0.68% -
XYZ 19.44 12.03 5.43 -
YUV 91.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 173 56 59 0 0.68 0.66 0.32 358.46 0.51 0.45
Hex AD 38 3B 0 44 42 20 166 33 2D
Octal 255 70 73 0 104 102 40 546 63 55
Binary 10101101 111000 111011 0 1000100 1000010 100000 101100110 110011 101101

Color Harmonies of #AD383B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD383B

Black with #AD383B

Text Example


Text Example

White with #AD383B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD383B; }

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

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

background-color css

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

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

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

border-color css

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

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

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