Html Css Color HEX #AD4B12 Rust

📋 copy color: '#AD4B12'

red 173 ◦ green 75 ◦ blue 18

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

Shades of Rust #AD4B12

Tints of Rust #AD4B12

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.2%

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

R = 65.04%
G = 28.2%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD4B12 (or 0xAD4B12) is known color: Rust. HEX triplet: AD, 4B and 12. RGB value is (173,75,18). Sum of RGB (Red+Green+Blue) = 173+75+18=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B12 is #52B4ED. Grayscale: #626262. Windows color (decimal): -5420270 or 1199021. OLE color: 1199021.

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

Color convert

RGB 173 75 18 -
CMYK 0 0.57 0.90 0.32
HSL 22.06º 0.81% 0.37% -
HSV(B) 22.06º 0.9% 0.68% -
XYZ 19.86 13.96 2.22 -
YUV 97.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 173 75 18 0 0.57 0.90 0.32 22.06 0.81 0.37
Hex AD 4B 12 0 39 5A 20 16 51 25
Octal 255 113 22 0 71 132 40 26 121 45
Binary 10101101 1001011 10010 0 111001 1011010 100000 10110 1010001 100101

Color Harmonies of #AD4B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B12

Black with #AD4B12

Text Example


Text Example

White with #AD4B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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