Html Css Color HEX #AD3B0E Rust

📋 copy color: '#AD3B0E'

red 173 ◦ green 59 ◦ blue 14

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

Shades of Rust #AD3B0E

Tints of Rust #AD3B0E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.98%

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

R = 70.33%
G = 23.98%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD3B0E (or 0xAD3B0E) is known color: Rust. HEX triplet: AD, 3B and 0E. RGB value is (173,59,14). Sum of RGB (Red+Green+Blue) = 173+59+14=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 59 (23.44% from 255 or 23.98% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3B0E is #52C4F1. Grayscale: #585858. Windows color (decimal): -5424370 or 932781. OLE color: 932781.

HSL color Cylindrical-coordinate representation of color #AD3B0E: hue angle of 16.98º 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 #AD3B0E is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 59 14 -
CMYK 0 0.66 0.92 0.32
HSL 16.98º 0.85% 0.37% -
HSV(B) 16.98º 0.92% 0.68% -
XYZ 18.88 12.04 1.75 -
YUV 87.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 173 59 14 0 0.66 0.92 0.32 16.98 0.85 0.37
Hex AD 3B E 0 42 5C 20 11 55 25
Octal 255 73 16 0 102 134 40 21 125 45
Binary 10101101 111011 1110 0 1000010 1011100 100000 10001 1010101 100101

Color Harmonies of #AD3B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3B0E

Black with #AD3B0E

Text Example


Text Example

White with #AD3B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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