Html Css Color HEX #AD471C Rust

📋 copy color: '#AD471C'

red 173 ◦ green 71 ◦ blue 28

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

Shades of Rust #AD471C

Tints of Rust #AD471C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.1%

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

R = 63.6%
G = 26.1%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD471C (or 0xAD471C) is known color: Rust. HEX triplet: AD, 47 and 1C. RGB value is (173,71,28). Sum of RGB (Red+Green+Blue) = 173+71+28=272 (36% of max value = 765). Red value is 173 (67.97% from 255 or 63.60% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 173 - color contains mainly: red. Hex color #AD471C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD471C is #52B8E3. Grayscale: #606060. Windows color (decimal): -5421284 or 1853357. OLE color: 1853357.

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

Color convert

RGB 173 71 28 -
CMYK 0 0.59 0.84 0.32
HSL 17.79º 0.72% 0.39% -
HSV(B) 17.79º 0.84% 0.68% -
XYZ 19.7 13.47 2.66 -
YUV 96.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 173 71 28 0 0.59 0.84 0.32 17.79 0.72 0.39
Hex AD 47 1C 0 3B 54 20 12 48 27
Octal 255 107 34 0 73 124 40 22 110 47
Binary 10101101 1000111 11100 0 111011 1010100 100000 10010 1001000 100111

Color Harmonies of #AD471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD471C

Black with #AD471C

Text Example


Text Example

White with #AD471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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