Html Css Color HEX #AD410B Rust

📋 copy color: '#AD410B'

red 173 ◦ green 65 ◦ blue 11

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

Shades of Rust #AD410B

Tints of Rust #AD410B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

 BLUE value IS 11 (4.69% from 255) = 4.42%

R = 69.48%
G = 26.1%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD410B (or 0xAD410B) is known color: Rust. HEX triplet: AD, 41 and 0B. RGB value is (173,65,11). Sum of RGB (Red+Green+Blue) = 173+65+11=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD410B is #52BEF4. Grayscale: #5B5B5B. Windows color (decimal): -5422837 or 737709. OLE color: 737709.

HSL color Cylindrical-coordinate representation of color #AD410B: hue angle of 20º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD410B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 11 -
CMYK 0 0.62 0.94 0.32
HSL 20º 0.88% 0.36% -
HSV(B) 20º 0.94% 0.68% -
XYZ 19.18 12.69 1.75 -
YUV 91.14 82.78 186.39 -
System Red Green Blue C M Y K H S L
Decimal 173 65 11 0 0.62 0.94 0.32 20 0.88 0.36
Hex AD 41 B 0 3E 5E 20 14 58 24
Octal 255 101 13 0 76 136 40 24 130 44
Binary 10101101 1000001 1011 0 111110 1011110 100000 10100 1011000 100100

Color Harmonies of #AD410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD410B

Black with #AD410B

Text Example


Text Example

White with #AD410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD410B; }

 p { color: rgb(173,65,11); }

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

background-color css

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

 a { background-color: rgb(173,65,11); }

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

border-color css

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

 span { border-color: rgb(173,65,11); }

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