Html Css Color HEX #AD3410 Rust

📋 copy color: '#AD3410'

red 173 ◦ green 52 ◦ blue 16

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

Shades of Rust #AD3410

Tints of Rust #AD3410

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.58%

 BLUE value IS 16 (6.64% from 255) = 6.64%

R = 71.78%
G = 21.58%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD3410 (or 0xAD3410) is known color: Rust. HEX triplet: AD, 34 and 10. RGB value is (173,52,16). Sum of RGB (Red+Green+Blue) = 173+52+16=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3410 is #52CBEF. Grayscale: #545454. Windows color (decimal): -5426160 or 1062061. OLE color: 1062061.

HSL color Cylindrical-coordinate representation of color #AD3410: hue angle of 13.76º degrees, saturation: 0.83, 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 #AD3410 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 52 16 -
CMYK 0 0.70 0.91 0.32
HSL 13.76º 0.83% 0.37% -
HSV(B) 13.76º 0.91% 0.68% -
XYZ 18.56 11.38 1.71 -
YUV 84.08 89.59 191.43 -
System Red Green Blue C M Y K H S L
Decimal 173 52 16 0 0.70 0.91 0.32 13.76 0.83 0.37
Hex AD 34 10 0 46 5B 20 E 53 25
Octal 255 64 20 0 106 133 40 16 123 45
Binary 10101101 110100 10000 0 1000110 1011011 100000 1110 1010011 100101

Color Harmonies of #AD3410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3410

Black with #AD3410

Text Example


Text Example

White with #AD3410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3410; }

 p { color: rgb(173,52,16); }

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

background-color css

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

 a { background-color: rgb(173,52,16); }

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

border-color css

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

 span { border-color: rgb(173,52,16); }

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