Html Css Color HEX #AD3712 Rust

📋 copy color: '#AD3712'

red 173 ◦ green 55 ◦ blue 18

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

Shades of Rust #AD3712

Tints of Rust #AD3712

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.36%

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 70.33%
G = 22.36%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD3712 (or 0xAD3712) is known color: Rust. HEX triplet: AD, 37 and 12. RGB value is (173,55,18). Sum of RGB (Red+Green+Blue) = 173+55+18=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 55 (21.88% from 255 or 22.36% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3712 is #52C8ED. Grayscale: #565656. Windows color (decimal): -5425390 or 1193901. OLE color: 1193901.

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

Color convert

RGB 173 55 18 -
CMYK 0 0.68 0.90 0.32
HSL 14.32º 0.81% 0.37% -
HSV(B) 14.32º 0.9% 0.68% -
XYZ 18.71 11.66 1.84 -
YUV 86.06 89.59 190.01 -
System Red Green Blue C M Y K H S L
Decimal 173 55 18 0 0.68 0.90 0.32 14.32 0.81 0.37
Hex AD 37 12 0 44 5A 20 E 51 25
Octal 255 67 22 0 104 132 40 16 121 45
Binary 10101101 110111 10010 0 1000100 1011010 100000 1110 1010001 100101

Color Harmonies of #AD3712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3712

Black with #AD3712

Text Example


Text Example

White with #AD3712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3712; }

 p { color: rgb(173,55,18); }

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

background-color css

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

 a { background-color: rgb(173,55,18); }

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

border-color css

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

 span { border-color: rgb(173,55,18); }

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