Html Css Color HEX #AD390B Rust

📋 copy color: '#AD390B'

red 173 ◦ green 57 ◦ blue 11

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

Shades of Rust #AD390B

Tints of Rust #AD390B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.56%

R = 71.78%
G = 23.65%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD390B (or 0xAD390B) is known color: Rust. HEX triplet: AD, 39 and 0B. RGB value is (173,57,11). Sum of RGB (Red+Green+Blue) = 173+57+11=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD390B is #52C6F4. Grayscale: #565656. Windows color (decimal): -5424885 or 735661. OLE color: 735661.

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

Color convert

RGB 173 57 11 -
CMYK 0 0.67 0.94 0.32
HSL 17.04º 0.88% 0.36% -
HSV(B) 17.04º 0.94% 0.68% -
XYZ 18.76 11.83 1.61 -
YUV 86.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 173 57 11 0 0.67 0.94 0.32 17.04 0.88 0.36
Hex AD 39 B 0 43 5E 20 11 58 24
Octal 255 71 13 0 103 136 40 21 130 44
Binary 10101101 111001 1011 0 1000011 1011110 100000 10001 1011000 100100

Color Harmonies of #AD390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD390B

Black with #AD390B

Text Example


Text Example

White with #AD390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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