Html Css Color HEX #AD350D Rust

📋 copy color: '#AD350D'

red 173 ◦ green 53 ◦ blue 13

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

Shades of Rust #AD350D

Tints of Rust #AD350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.18%

 BLUE value IS 13 (5.47% from 255) = 5.44%

R = 72.38%
G = 22.18%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD350D (or 0xAD350D) is known color: Rust. HEX triplet: AD, 35 and 0D. RGB value is (173,53,13). Sum of RGB (Red+Green+Blue) = 173+53+13=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD350D is #52CAF2. Grayscale: #545454. Windows color (decimal): -5425907 or 865709. OLE color: 865709.

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

Color convert

RGB 173 53 13 -
CMYK 0 0.69 0.92 0.32
HSL 15º 0.86% 0.36% -
HSV(B) 15º 0.92% 0.68% -
XYZ 18.58 11.46 1.61 -
YUV 84.32 87.76 191.25 -
System Red Green Blue C M Y K H S L
Decimal 173 53 13 0 0.69 0.92 0.32 15 0.86 0.36
Hex AD 35 D 0 45 5C 20 F 56 24
Octal 255 65 15 0 105 134 40 17 126 44
Binary 10101101 110101 1101 0 1000101 1011100 100000 1111 1010110 100100

Color Harmonies of #AD350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD350D

Black with #AD350D

Text Example


Text Example

White with #AD350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD350D; }

 p { color: rgb(173,53,13); }

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

background-color css

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

 a { background-color: rgb(173,53,13); }

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

border-color css

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

 span { border-color: rgb(173,53,13); }

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