Html Css Color HEX #AD411D Rust

📋 copy color: '#AD411D'

red 173 ◦ green 65 ◦ blue 29

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

Shades of Rust #AD411D

Tints of Rust #AD411D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.86%

R = 64.79%
G = 24.34%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD411D (or 0xAD411D) is known color: Rust. HEX triplet: AD, 41 and 1D. RGB value is (173,65,29). Sum of RGB (Red+Green+Blue) = 173+65+29=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD411D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD411D is #52BEE2. Grayscale: #5D5D5D. Windows color (decimal): -5422819 or 1917357. OLE color: 1917357.

HSL color Cylindrical-coordinate representation of color #AD411D: hue angle of 15º degrees, saturation: 0.71, 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 #AD411D is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 29 -
CMYK 0 0.62 0.83 0.32
HSL 15º 0.71% 0.4% -
HSV(B) 15º 0.83% 0.68% -
XYZ 19.35 12.75 2.6 -
YUV 93.19 91.78 184.93 -
System Red Green Blue C M Y K H S L
Decimal 173 65 29 0 0.62 0.83 0.32 15 0.71 0.4
Hex AD 41 1D 0 3E 53 20 F 47 28
Octal 255 101 35 0 76 123 40 17 107 50
Binary 10101101 1000001 11101 0 111110 1010011 100000 1111 1000111 101000

Color Harmonies of #AD411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD411D

Black with #AD411D

Text Example


Text Example

White with #AD411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD411D; }

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

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

background-color css

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

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

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

border-color css

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

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

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