Html Css Color HEX #AD4115 Rust

📋 copy color: '#AD4115'

red 173 ◦ green 65 ◦ blue 21

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

Shades of Rust #AD4115

Tints of Rust #AD4115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.1%

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

R = 66.8%
G = 25.1%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD4115 (or 0xAD4115) is known color: Rust. HEX triplet: AD, 41 and 15. RGB value is (173,65,21). Sum of RGB (Red+Green+Blue) = 173+65+21=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 21 (8.59% from 255 or 8.11% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4115 is #52BEEA. Grayscale: #5C5C5C. Windows color (decimal): -5422827 or 1393069. OLE color: 1393069.

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

Color convert

RGB 173 65 21 -
CMYK 0 0.62 0.88 0.32
HSL 17.37º 0.78% 0.38% -
HSV(B) 17.37º 0.88% 0.68% -
XYZ 19.26 12.72 2.15 -
YUV 92.28 87.78 185.58 -
System Red Green Blue C M Y K H S L
Decimal 173 65 21 0 0.62 0.88 0.32 17.37 0.78 0.38
Hex AD 41 15 0 3E 58 20 11 4E 26
Octal 255 101 25 0 76 130 40 21 116 46
Binary 10101101 1000001 10101 0 111110 1011000 100000 10001 1001110 100110

Color Harmonies of #AD4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4115

Black with #AD4115

Text Example


Text Example

White with #AD4115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4115; }

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

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

background-color css

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

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

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

border-color css

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

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

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