Html Css Color HEX #AD3C0C Rust

📋 copy color: '#AD3C0C'

red 173 ◦ green 60 ◦ blue 12

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

Shades of Rust #AD3C0C

Tints of Rust #AD3C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 70.61%
G = 24.49%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD3C0C (or 0xAD3C0C) is known color: Rust. HEX triplet: AD, 3C and 0C. RGB value is (173,60,12). Sum of RGB (Red+Green+Blue) = 173+60+12=245 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.61% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C0C is #52C3F3. Grayscale: #585858. Windows color (decimal): -5424116 or 801965. OLE color: 801965.

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

Color convert

RGB 173 60 12 -
CMYK 0 0.65 0.93 0.32
HSL 17.89º 0.87% 0.36% -
HSV(B) 17.89º 0.93% 0.68% -
XYZ 18.92 12.14 1.69 -
YUV 88.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 173 60 12 0 0.65 0.93 0.32 17.89 0.87 0.36
Hex AD 3C C 0 41 5D 20 12 57 24
Octal 255 74 14 0 101 135 40 22 127 44
Binary 10101101 111100 1100 0 1000001 1011101 100000 10010 1010111 100100

Color Harmonies of #AD3C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C0C

Black with #AD3C0C

Text Example


Text Example

White with #AD3C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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