Html Css Color HEX #AD391B Rust

📋 copy color: '#AD391B'

red 173 ◦ green 57 ◦ blue 27

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

Shades of Rust #AD391B

Tints of Rust #AD391B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 67.32%
G = 22.18%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD391B (or 0xAD391B) is known color: Rust. HEX triplet: AD, 39 and 1B. RGB value is (173,57,27). Sum of RGB (Red+Green+Blue) = 173+57+27=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD391B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD391B is #52C6E4. Grayscale: #585858. Windows color (decimal): -5424869 or 1784237. OLE color: 1784237.

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

Color convert

RGB 173 57 27 -
CMYK 0 0.67 0.84 0.32
HSL 12.33º 0.73% 0.39% -
HSV(B) 12.33º 0.84% 0.68% -
XYZ 18.89 11.89 2.34 -
YUV 88.26 93.43 188.44 -
System Red Green Blue C M Y K H S L
Decimal 173 57 27 0 0.67 0.84 0.32 12.33 0.73 0.39
Hex AD 39 1B 0 43 54 20 C 49 27
Octal 255 71 33 0 103 124 40 14 111 47
Binary 10101101 111001 11011 0 1000011 1010100 100000 1100 1001001 100111

Color Harmonies of #AD391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD391B

Black with #AD391B

Text Example


Text Example

White with #AD391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD391B; }

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

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

background-color css

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

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

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

border-color css

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

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

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