Html Css Color HEX #AD3F1C Rust

📋 copy color: '#AD3F1C'

red 173 ◦ green 63 ◦ blue 28

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

Shades of Rust #AD3F1C

Tints of Rust #AD3F1C

RGB

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

 GREEN value IS 63 (25% from 255) = 23.86%

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

R = 65.53%
G = 23.86%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD3F1C (or 0xAD3F1C) is known color: Rust. HEX triplet: AD, 3F and 1C. RGB value is (173,63,28). Sum of RGB (Red+Green+Blue) = 173+63+28=264 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.53% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F1C is #52C0E3. Grayscale: #5C5C5C. Windows color (decimal): -5423332 or 1851309. OLE color: 1851309.

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

Color convert

RGB 173 63 28 -
CMYK 0 0.64 0.84 0.32
HSL 14.48º 0.72% 0.39% -
HSV(B) 14.48º 0.84% 0.68% -
XYZ 19.22 12.52 2.5 -
YUV 91.9 91.94 185.85 -
System Red Green Blue C M Y K H S L
Decimal 173 63 28 0 0.64 0.84 0.32 14.48 0.72 0.39
Hex AD 3F 1C 0 40 54 20 E 48 27
Octal 255 77 34 0 100 124 40 16 110 47
Binary 10101101 111111 11100 0 1000000 1010100 100000 1110 1001000 100111

Color Harmonies of #AD3F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F1C

Black with #AD3F1C

Text Example


Text Example

White with #AD3F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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