Html Css Color HEX #AD4B14 Rust

📋 copy color: '#AD4B14'

red 173 ◦ green 75 ◦ blue 20

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

Shades of Rust #AD4B14

Tints of Rust #AD4B14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.46%

R = 64.55%
G = 27.99%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD4B14 (or 0xAD4B14) is known color: Rust. HEX triplet: AD, 4B and 14. RGB value is (173,75,20). Sum of RGB (Red+Green+Blue) = 173+75+20=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 20 (8.20% from 255 or 7.46% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4B14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4B14 is #52B4EB. Grayscale: #626262. Windows color (decimal): -5420268 or 1330093. OLE color: 1330093.

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

Color convert

RGB 173 75 20 -
CMYK 0 0.57 0.88 0.32
HSL 21.57º 0.79% 0.38% -
HSV(B) 21.57º 0.88% 0.68% -
XYZ 19.88 13.97 2.31 -
YUV 98.03 83.97 181.47 -
System Red Green Blue C M Y K H S L
Decimal 173 75 20 0 0.57 0.88 0.32 21.57 0.79 0.38
Hex AD 4B 14 0 39 58 20 16 4F 26
Octal 255 113 24 0 71 130 40 26 117 46
Binary 10101101 1001011 10100 0 111001 1011000 100000 10110 1001111 100110

Color Harmonies of #AD4B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4B14

Black with #AD4B14

Text Example


Text Example

White with #AD4B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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