Html Css Color HEX #AD3C14 Rust

📋 copy color: '#AD3C14'

red 173 ◦ green 60 ◦ blue 20

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

Shades of Rust #AD3C14

Tints of Rust #AD3C14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.91%

R = 68.38%
G = 23.72%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD3C14 (or 0xAD3C14) is known color: Rust. HEX triplet: AD, 3C and 14. RGB value is (173,60,20). Sum of RGB (Red+Green+Blue) = 173+60+20=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C14 is #52C3EB. Grayscale: #595959. Windows color (decimal): -5424108 or 1326253. OLE color: 1326253.

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

Color convert

RGB 173 60 20 -
CMYK 0 0.65 0.88 0.32
HSL 15.69º 0.79% 0.38% -
HSV(B) 15.69º 0.88% 0.68% -
XYZ 18.98 12.17 2.01 -
YUV 89.23 88.94 187.75 -
System Red Green Blue C M Y K H S L
Decimal 173 60 20 0 0.65 0.88 0.32 15.69 0.79 0.38
Hex AD 3C 14 0 41 58 20 10 4F 26
Octal 255 74 24 0 101 130 40 20 117 46
Binary 10101101 111100 10100 0 1000001 1011000 100000 10000 1001111 100110

Color Harmonies of #AD3C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C14

Black with #AD3C14

Text Example


Text Example

White with #AD3C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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