Html Css Color HEX #AD441A Rust

📋 copy color: '#AD441A'

red 173 ◦ green 68 ◦ blue 26

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

Shades of Rust #AD441A

Tints of Rust #AD441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 64.79%
G = 25.47%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD441A (or 0xAD441A) is known color: Rust. HEX triplet: AD, 44 and 1A. RGB value is (173,68,26). Sum of RGB (Red+Green+Blue) = 173+68+26=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD441A is #52BBE5. Grayscale: #5E5E5E. Windows color (decimal): -5422054 or 1721517. OLE color: 1721517.

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

Color convert

RGB 173 68 26 -
CMYK 0 0.61 0.85 0.32
HSL 17.14º 0.74% 0.39% -
HSV(B) 17.14º 0.85% 0.68% -
XYZ 19.49 13.09 2.48 -
YUV 94.61 89.29 183.92 -
System Red Green Blue C M Y K H S L
Decimal 173 68 26 0 0.61 0.85 0.32 17.14 0.74 0.39
Hex AD 44 1A 0 3D 55 20 11 4A 27
Octal 255 104 32 0 75 125 40 21 112 47
Binary 10101101 1000100 11010 0 111101 1010101 100000 10001 1001010 100111

Color Harmonies of #AD441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD441A

Black with #AD441A

Text Example


Text Example

White with #AD441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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