Html Css Color HEX #AD3C0D Rust

📋 copy color: '#AD3C0D'

red 173 ◦ green 60 ◦ blue 13

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

Shades of Rust #AD3C0D

Tints of Rust #AD3C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

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

R = 70.33%
G = 24.39%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD3C0D (or 0xAD3C0D) is known color: Rust. HEX triplet: AD, 3C and 0D. RGB value is (173,60,13). Sum of RGB (Red+Green+Blue) = 173+60+13=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C0D is #52C3F2. Grayscale: #585858. Windows color (decimal): -5424115 or 867501. OLE color: 867501.

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

Color convert

RGB 173 60 13 -
CMYK 0 0.65 0.92 0.32
HSL 17.63º 0.86% 0.36% -
HSV(B) 17.63º 0.92% 0.68% -
XYZ 18.92 12.15 1.73 -
YUV 88.43 85.44 188.32 -
System Red Green Blue C M Y K H S L
Decimal 173 60 13 0 0.65 0.92 0.32 17.63 0.86 0.36
Hex AD 3C D 0 41 5C 20 12 56 24
Octal 255 74 15 0 101 134 40 22 126 44
Binary 10101101 111100 1101 0 1000001 1011100 100000 10010 1010110 100100

Color Harmonies of #AD3C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C0D

Black with #AD3C0D

Text Example


Text Example

White with #AD3C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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