Html Css Color HEX #AD3B13 Rust

📋 copy color: '#AD3B13'

red 173 ◦ green 59 ◦ blue 19

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

Shades of Rust #AD3B13

Tints of Rust #AD3B13

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.51%

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

R = 68.92%
G = 23.51%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AD3B13 (or 0xAD3B13) is known color: Rust. HEX triplet: AD, 3B and 13. RGB value is (173,59,19). Sum of RGB (Red+Green+Blue) = 173+59+19=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3B13 is #52C4EC. Grayscale: #585858. Windows color (decimal): -5424365 or 1260461. OLE color: 1260461.

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

Color convert

RGB 173 59 19 -
CMYK 0 0.66 0.89 0.32
HSL 15.58º 0.8% 0.38% -
HSV(B) 15.58º 0.89% 0.68% -
XYZ 18.92 12.06 1.95 -
YUV 88.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 173 59 19 0 0.66 0.89 0.32 15.58 0.8 0.38
Hex AD 3B 13 0 42 59 20 10 50 26
Octal 255 73 23 0 102 131 40 20 120 46
Binary 10101101 111011 10011 0 1000010 1011001 100000 10000 1010000 100110

Color Harmonies of #AD3B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3B13

Black with #AD3B13

Text Example


Text Example

White with #AD3B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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