Html Css Color HEX #AD4215 Rust

📋 copy color: '#AD4215'

red 173 ◦ green 66 ◦ blue 21

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

Shades of Rust #AD4215

Tints of Rust #AD4215

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.38%

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

R = 66.54%
G = 25.38%
B = 8.08%

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

#AD4215 (or 0xAD4215) is known color: Rust. HEX triplet: AD, 42 and 15. RGB value is (173,66,21). Sum of RGB (Red+Green+Blue) = 173+66+21=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4215 is #52BDEA. Grayscale: #5D5D5D. Windows color (decimal): -5422571 or 1393325. OLE color: 1393325.

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

Color convert

RGB 173 66 21 -
CMYK 0 0.62 0.88 0.32
HSL 17.76º 0.78% 0.38% -
HSV(B) 17.76º 0.88% 0.68% -
XYZ 19.32 12.83 2.17 -
YUV 92.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 173 66 21 0 0.62 0.88 0.32 17.76 0.78 0.38
Hex AD 42 15 0 3E 58 20 12 4E 26
Octal 255 102 25 0 76 130 40 22 116 46
Binary 10101101 1000010 10101 0 111110 1011000 100000 10010 1001110 100110

Color Harmonies of #AD4215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4215

Black with #AD4215

Text Example


Text Example

White with #AD4215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4215; }

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

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

background-color css

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

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

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

border-color css

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

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

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