Html Css Color HEX #AD461C Rust

📋 copy color: '#AD461C'

red 173 ◦ green 70 ◦ blue 28

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

Shades of Rust #AD461C

Tints of Rust #AD461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.83%

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

R = 63.84%
G = 25.83%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD461C (or 0xAD461C) is known color: Rust. HEX triplet: AD, 46 and 1C. RGB value is (173,70,28). Sum of RGB (Red+Green+Blue) = 173+70+28=271 (35% of max value = 765). Red value is 173 (67.97% from 255 or 63.84% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 173 - color contains mainly: red. Hex color #AD461C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD461C is #52B9E3. Grayscale: #606060. Windows color (decimal): -5421540 or 1853101. OLE color: 1853101.

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

Color convert

RGB 173 70 28 -
CMYK 0 0.60 0.84 0.32
HSL 17.38º 0.72% 0.39% -
HSV(B) 17.38º 0.84% 0.68% -
XYZ 19.63 13.35 2.64 -
YUV 96.01 89.62 182.92 -
System Red Green Blue C M Y K H S L
Decimal 173 70 28 0 0.60 0.84 0.32 17.38 0.72 0.39
Hex AD 46 1C 0 3C 54 20 11 48 27
Octal 255 106 34 0 74 124 40 21 110 47
Binary 10101101 1000110 11100 0 111100 1010100 100000 10001 1001000 100111

Color Harmonies of #AD461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD461C

Black with #AD461C

Text Example


Text Example

White with #AD461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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