Html Css Color HEX #AD3613 Rust

📋 copy color: '#AD3613'

red 173 ◦ green 54 ◦ blue 19

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

Shades of Rust #AD3613

Tints of Rust #AD3613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 19 (7.81% from 255) = 7.72%

R = 70.33%
G = 21.95%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD3613 (or 0xAD3613) is known color: Rust. HEX triplet: AD, 36 and 13. RGB value is (173,54,19). Sum of RGB (Red+Green+Blue) = 173+54+19=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3613 is #52C9EC. Grayscale: #555555. Windows color (decimal): -5425645 or 1259181. OLE color: 1259181.

HSL color Cylindrical-coordinate representation of color #AD3613: hue angle of 13.64º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AD3613 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 54 19 -
CMYK 0 0.69 0.89 0.32
HSL 13.64º 0.8% 0.38% -
HSV(B) 13.64º 0.89% 0.68% -
XYZ 18.67 11.57 1.87 -
YUV 85.59 90.42 190.35 -
System Red Green Blue C M Y K H S L
Decimal 173 54 19 0 0.69 0.89 0.32 13.64 0.8 0.38
Hex AD 36 13 0 45 59 20 E 50 26
Octal 255 66 23 0 105 131 40 16 120 46
Binary 10101101 110110 10011 0 1000101 1011001 100000 1110 1010000 100110

Color Harmonies of #AD3613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3613

Black with #AD3613

Text Example


Text Example

White with #AD3613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3613; }

 p { color: rgb(173,54,19); }

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

background-color css

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

 a { background-color: rgb(173,54,19); }

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

border-color css

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

 span { border-color: rgb(173,54,19); }

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