Html Css Color HEX #AD3F0C Rust

📋 copy color: '#AD3F0C'

red 173 ◦ green 63 ◦ blue 12

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

Shades of Rust #AD3F0C

Tints of Rust #AD3F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 69.76%
G = 25.4%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AD3F0C (or 0xAD3F0C) is known color: Rust. HEX triplet: AD, 3F and 0C. RGB value is (173,63,12). Sum of RGB (Red+Green+Blue) = 173+63+12=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3F0C is #52C0F3. Grayscale: #5A5A5A. Windows color (decimal): -5423348 or 802733. OLE color: 802733.

HSL color Cylindrical-coordinate representation of color #AD3F0C: hue angle of 19.01º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD3F0C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 63 12 -
CMYK 0 0.64 0.93 0.32
HSL 19.01º 0.87% 0.36% -
HSV(B) 19.01º 0.93% 0.68% -
XYZ 19.08 12.47 1.75 -
YUV 90.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 173 63 12 0 0.64 0.93 0.32 19.01 0.87 0.36
Hex AD 3F C 0 40 5D 20 13 57 24
Octal 255 77 14 0 100 135 40 23 127 44
Binary 10101101 111111 1100 0 1000000 1011101 100000 10011 1010111 100100

Color Harmonies of #AD3F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F0C

Black with #AD3F0C

Text Example


Text Example

White with #AD3F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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