Html Css Color HEX #AD3E10 Rust

📋 copy color: '#AD3E10'

red 173 ◦ green 62 ◦ blue 16

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

Shades of Rust #AD3E10

Tints of Rust #AD3E10

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.7%

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

R = 68.92%
G = 24.7%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD3E10 (or 0xAD3E10) is known color: Rust. HEX triplet: AD, 3E and 10. RGB value is (173,62,16). Sum of RGB (Red+Green+Blue) = 173+62+16=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 62 (24.61% from 255 or 24.70% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3E10 is #52C1EF. Grayscale: #5A5A5A. Windows color (decimal): -5423600 or 1064621. OLE color: 1064621.

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

Color convert

RGB 173 62 16 -
CMYK 0 0.64 0.91 0.32
HSL 17.58º 0.83% 0.37% -
HSV(B) 17.58º 0.91% 0.68% -
XYZ 19.05 12.37 1.87 -
YUV 89.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 173 62 16 0 0.64 0.91 0.32 17.58 0.83 0.37
Hex AD 3E 10 0 40 5B 20 12 53 25
Octal 255 76 20 0 100 133 40 22 123 45
Binary 10101101 111110 10000 0 1000000 1011011 100000 10010 1010011 100101

Color Harmonies of #AD3E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E10

Black with #AD3E10

Text Example


Text Example

White with #AD3E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E10; }

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

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

background-color css

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

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

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

border-color css

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

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

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