Html Css Color HEX #AD411A Rust

📋 copy color: '#AD411A'

red 173 ◦ green 65 ◦ blue 26

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

Shades of Rust #AD411A

Tints of Rust #AD411A

RGB

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

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

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

R = 65.53%
G = 24.62%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD411A (or 0xAD411A) is known color: Rust. HEX triplet: AD, 41 and 1A. RGB value is (173,65,26). Sum of RGB (Red+Green+Blue) = 173+65+26=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD411A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD411A is #52BEE5. Grayscale: #5D5D5D. Windows color (decimal): -5422822 or 1720749. OLE color: 1720749.

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

Color convert

RGB 173 65 26 -
CMYK 0 0.62 0.85 0.32
HSL 15.92º 0.74% 0.39% -
HSV(B) 15.92º 0.85% 0.68% -
XYZ 19.31 12.74 2.42 -
YUV 92.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 173 65 26 0 0.62 0.85 0.32 15.92 0.74 0.39
Hex AD 41 1A 0 3E 55 20 10 4A 27
Octal 255 101 32 0 76 125 40 20 112 47
Binary 10101101 1000001 11010 0 111110 1010101 100000 10000 1001010 100111

Color Harmonies of #AD411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD411A

Black with #AD411A

Text Example


Text Example

White with #AD411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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