Html Css Color HEX #AD441E Rust

📋 copy color: '#AD441E'

red 173 ◦ green 68 ◦ blue 30

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

Shades of Rust #AD441E

Tints of Rust #AD441E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.09%

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 63.84%
G = 25.09%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD441E (or 0xAD441E) is known color: Rust. HEX triplet: AD, 44 and 1E. RGB value is (173,68,30). Sum of RGB (Red+Green+Blue) = 173+68+30=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD441E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD441E is #52BBE1. Grayscale: #5F5F5F. Windows color (decimal): -5422050 or 1983661. OLE color: 1983661.

HSL color Cylindrical-coordinate representation of color #AD441E: hue angle of 15.94º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD441E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 30 -
CMYK 0 0.61 0.83 0.32
HSL 15.94º 0.7% 0.4% -
HSV(B) 15.94º 0.83% 0.68% -
XYZ 19.54 13.11 2.73 -
YUV 95.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 173 68 30 0 0.61 0.83 0.32 15.94 0.7 0.4
Hex AD 44 1E 0 3D 53 20 10 46 28
Octal 255 104 36 0 75 123 40 20 106 50
Binary 10101101 1000100 11110 0 111101 1010011 100000 10000 1000110 101000

Color Harmonies of #AD441E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD441E

Black with #AD441E

Text Example


Text Example

White with #AD441E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD441E; }

 p { color: rgb(173,68,30); }

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

background-color css

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

 a { background-color: rgb(173,68,30); }

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

border-color css

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

 span { border-color: rgb(173,68,30); }

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