Html Css Color HEX #AD4C15 Rust

📋 copy color: '#AD4C15'

red 173 ◦ green 76 ◦ blue 21

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

Shades of Rust #AD4C15

Tints of Rust #AD4C15

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 64.07%
G = 28.15%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD4C15 (or 0xAD4C15) is known color: Rust. HEX triplet: AD, 4C and 15. RGB value is (173,76,21). Sum of RGB (Red+Green+Blue) = 173+76+21=270 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.07% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4C15 is #52B3EA. Grayscale: #636363. Windows color (decimal): -5420011 or 1395885. OLE color: 1395885.

HSL color Cylindrical-coordinate representation of color #AD4C15: hue angle of 21.71º degrees, saturation: 0.78, 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 #AD4C15 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 76 21 -
CMYK 0 0.56 0.88 0.32
HSL 21.71º 0.78% 0.38% -
HSV(B) 21.71º 0.88% 0.68% -
XYZ 19.95 14.11 2.38 -
YUV 98.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 173 76 21 0 0.56 0.88 0.32 21.71 0.78 0.38
Hex AD 4C 15 0 38 58 20 16 4E 26
Octal 255 114 25 0 70 130 40 26 116 46
Binary 10101101 1001100 10101 0 111000 1011000 100000 10110 1001110 100110

Color Harmonies of #AD4C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4C15

Black with #AD4C15

Text Example


Text Example

White with #AD4C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4C15; }

 p { color: rgb(173,76,21); }

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

background-color css

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

 a { background-color: rgb(173,76,21); }

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

border-color css

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

 span { border-color: rgb(173,76,21); }

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