Html Css Color HEX #AD441C Rust

📋 copy color: '#AD441C'

red 173 ◦ green 68 ◦ blue 28

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

Shades of Rust #AD441C

Tints of Rust #AD441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 64.31%
G = 25.28%
B = 10.41%

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

#AD441C (or 0xAD441C) is known color: Rust. HEX triplet: AD, 44 and 1C. RGB value is (173,68,28). Sum of RGB (Red+Green+Blue) = 173+68+28=269 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.31% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 173 - color contains mainly: red. Hex color #AD441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD441C is #52BBE3. Grayscale: #5F5F5F. Windows color (decimal): -5422052 or 1852589. OLE color: 1852589.

HSL color Cylindrical-coordinate representation of color #AD441C: hue angle of 16.55º degrees, saturation: 0.72, 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 #AD441C is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 68 28 -
CMYK 0 0.61 0.84 0.32
HSL 16.55º 0.72% 0.39% -
HSV(B) 16.55º 0.84% 0.68% -
XYZ 19.51 13.1 2.6 -
YUV 94.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 173 68 28 0 0.61 0.84 0.32 16.55 0.72 0.39
Hex AD 44 1C 0 3D 54 20 11 48 27
Octal 255 104 34 0 75 124 40 21 110 47
Binary 10101101 1000100 11100 0 111101 1010100 100000 10001 1001000 100111

Color Harmonies of #AD441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD441C

Black with #AD441C

Text Example


Text Example

White with #AD441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD441C; }

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

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

background-color css

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

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

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

border-color css

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

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

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