Html Css Color HEX #AD3F1F Rust

📋 copy color: '#AD3F1F'

red 173 ◦ green 63 ◦ blue 31

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

Shades of Rust #AD3F1F

Tints of Rust #AD3F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.61%

R = 64.79%
G = 23.6%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD3F1F (or 0xAD3F1F) is known color: Rust. HEX triplet: AD, 3F and 1F. RGB value is (173,63,31). Sum of RGB (Red+Green+Blue) = 173+63+31=267 (35% of max value = 765). Red value is 173 (67.97% from 255 or 64.79% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 31 (12.5% from 255 or 11.61% from 267); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F1F is #52C0E0. Grayscale: #5C5C5C. Windows color (decimal): -5423329 or 2047917. OLE color: 2047917.

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

Color convert

RGB 173 63 31 -
CMYK 0 0.64 0.82 0.32
HSL 13.52º 0.7% 0.4% -
HSV(B) 13.52º 0.82% 0.68% -
XYZ 19.26 12.54 2.7 -
YUV 92.24 93.44 185.6 -
System Red Green Blue C M Y K H S L
Decimal 173 63 31 0 0.64 0.82 0.32 13.52 0.7 0.4
Hex AD 3F 1F 0 40 52 20 E 46 28
Octal 255 77 37 0 100 122 40 16 106 50
Binary 10101101 111111 11111 0 1000000 1010010 100000 1110 1000110 101000

Color Harmonies of #AD3F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F1F

Black with #AD3F1F

Text Example


Text Example

White with #AD3F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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