Html Css Color HEX #AD441B Rust

📋 copy color: '#AD441B'

red 173 ◦ green 68 ◦ blue 27

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

Shades of Rust #AD441B

Tints of Rust #AD441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 64.55%
G = 25.37%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD441B (or 0xAD441B) is known color: Rust. HEX triplet: AD, 44 and 1B. RGB value is (173,68,27). Sum of RGB (Red+Green+Blue) = 173+68+27=268 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.55% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 173 - color contains mainly: red. Hex color #AD441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD441B is #52BBE4. Grayscale: #5E5E5E. Windows color (decimal): -5422053 or 1787053. OLE color: 1787053.

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

Color convert

RGB 173 68 27 -
CMYK 0 0.61 0.84 0.32
HSL 16.85º 0.73% 0.39% -
HSV(B) 16.85º 0.84% 0.68% -
XYZ 19.5 13.1 2.54 -
YUV 94.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 173 68 27 0 0.61 0.84 0.32 16.85 0.73 0.39
Hex AD 44 1B 0 3D 54 20 11 49 27
Octal 255 104 33 0 75 124 40 21 111 47
Binary 10101101 1000100 11011 0 111101 1010100 100000 10001 1001001 100111

Color Harmonies of #AD441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD441B

Black with #AD441B

Text Example


Text Example

White with #AD441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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