Html Css Color HEX #AD3D0F Rust

📋 copy color: '#AD3D0F'

red 173 ◦ green 61 ◦ blue 15

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

Shades of Rust #AD3D0F

Tints of Rust #AD3D0F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.5%

 BLUE value IS 15 (6.25% from 255) = 6.02%

R = 69.48%
G = 24.5%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD3D0F (or 0xAD3D0F) is known color: Rust. HEX triplet: AD, 3D and 0F. RGB value is (173,61,15). Sum of RGB (Red+Green+Blue) = 173+61+15=249 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.48% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 15 (6.25% from 255 or 6.02% from 249); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D0F is #52C2F0. Grayscale: #595959. Windows color (decimal): -5423857 or 998829. OLE color: 998829.

HSL color Cylindrical-coordinate representation of color #AD3D0F: hue angle of 17.47º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD3D0F is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 61 15 -
CMYK 0 0.65 0.91 0.32
HSL 17.47º 0.84% 0.37% -
HSV(B) 17.47º 0.91% 0.68% -
XYZ 18.99 12.26 1.82 -
YUV 89.24 86.11 187.74 -
System Red Green Blue C M Y K H S L
Decimal 173 61 15 0 0.65 0.91 0.32 17.47 0.84 0.37
Hex AD 3D F 0 41 5B 20 11 54 25
Octal 255 75 17 0 101 133 40 21 124 45
Binary 10101101 111101 1111 0 1000001 1011011 100000 10001 1010100 100101

Color Harmonies of #AD3D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D0F

Black with #AD3D0F

Text Example


Text Example

White with #AD3D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D0F; }

 p { color: rgb(173,61,15); }

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

background-color css

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

 a { background-color: rgb(173,61,15); }

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

border-color css

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

 span { border-color: rgb(173,61,15); }

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