Html Css Color HEX #AD4212 Rust

📋 copy color: '#AD4212'

red 173 ◦ green 66 ◦ blue 18

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

Shades of Rust #AD4212

Tints of Rust #AD4212

RGB

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

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

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

R = 67.32%
G = 25.68%
B = 7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD4212 (or 0xAD4212) is known color: Rust. HEX triplet: AD, 42 and 12. RGB value is (173,66,18). Sum of RGB (Red+Green+Blue) = 173+66+18=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4212 is #52BDED. Grayscale: #5C5C5C. Windows color (decimal): -5422574 or 1196717. OLE color: 1196717.

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

Color convert

RGB 173 66 18 -
CMYK 0 0.62 0.90 0.32
HSL 18.58º 0.81% 0.37% -
HSV(B) 18.58º 0.9% 0.68% -
XYZ 19.29 12.82 2.03 -
YUV 92.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 173 66 18 0 0.62 0.90 0.32 18.58 0.81 0.37
Hex AD 42 12 0 3E 5A 20 13 51 25
Octal 255 102 22 0 76 132 40 23 121 45
Binary 10101101 1000010 10010 0 111110 1011010 100000 10011 1010001 100101

Color Harmonies of #AD4212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4212

Black with #AD4212

Text Example


Text Example

White with #AD4212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4212; }

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

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

background-color css

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

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

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

border-color css

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

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

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