Html Css Color HEX #AD390E Rust

📋 copy color: '#AD390E'

red 173 ◦ green 57 ◦ blue 14

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

Shades of Rust #AD390E

Tints of Rust #AD390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

 BLUE value IS 14 (5.86% from 255) = 5.74%

R = 70.9%
G = 23.36%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD390E (or 0xAD390E) is known color: Rust. HEX triplet: AD, 39 and 0E. RGB value is (173,57,14). Sum of RGB (Red+Green+Blue) = 173+57+14=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD390E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD390E is #52C6F1. Grayscale: #575757. Windows color (decimal): -5424882 or 932269. OLE color: 932269.

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

Color convert

RGB 173 57 14 -
CMYK 0 0.67 0.92 0.32
HSL 16.23º 0.85% 0.37% -
HSV(B) 16.23º 0.92% 0.68% -
XYZ 18.78 11.84 1.71 -
YUV 86.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 173 57 14 0 0.67 0.92 0.32 16.23 0.85 0.37
Hex AD 39 E 0 43 5C 20 10 55 25
Octal 255 71 16 0 103 134 40 20 125 45
Binary 10101101 111001 1110 0 1000011 1011100 100000 10000 1010101 100101

Color Harmonies of #AD390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD390E

Black with #AD390E

Text Example


Text Example

White with #AD390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD390E; }

 p { color: rgb(173,57,14); }

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

background-color css

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

 a { background-color: rgb(173,57,14); }

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

border-color css

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

 span { border-color: rgb(173,57,14); }

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