Html Css Color HEX #AD411C Rust

📋 copy color: '#AD411C'

red 173 ◦ green 65 ◦ blue 28

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

Shades of Rust #AD411C

Tints of Rust #AD411C

RGB

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

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

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

R = 65.04%
G = 24.44%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD411C (or 0xAD411C) is known color: Rust. HEX triplet: AD, 41 and 1C. RGB value is (173,65,28). Sum of RGB (Red+Green+Blue) = 173+65+28=266 (35% of max value = 765). Red value is 173 (67.97% from 255 or 65.04% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 28 (11.33% from 255 or 10.53% from 266); Max value from RGB is 173 - color contains mainly: red. Hex color #AD411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD411C is #52BEE3. Grayscale: #5D5D5D. Windows color (decimal): -5422820 or 1851821. OLE color: 1851821.

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

Color convert

RGB 173 65 28 -
CMYK 0 0.62 0.84 0.32
HSL 15.31º 0.72% 0.39% -
HSV(B) 15.31º 0.84% 0.68% -
XYZ 19.33 12.75 2.54 -
YUV 93.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 173 65 28 0 0.62 0.84 0.32 15.31 0.72 0.39
Hex AD 41 1C 0 3E 54 20 F 48 27
Octal 255 101 34 0 76 124 40 17 110 47
Binary 10101101 1000001 11100 0 111110 1010100 100000 1111 1001000 100111

Color Harmonies of #AD411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD411C

Black with #AD411C

Text Example


Text Example

White with #AD411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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