Html Css Color HEX #AD3E12 Rust

📋 copy color: '#AD3E12'

red 173 ◦ green 62 ◦ blue 18

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

Shades of Rust #AD3E12

Tints of Rust #AD3E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.11%

R = 68.38%
G = 24.51%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD3E12 (or 0xAD3E12) is known color: Rust. HEX triplet: AD, 3E and 12. RGB value is (173,62,18). Sum of RGB (Red+Green+Blue) = 173+62+18=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3E12 is #52C1ED. Grayscale: #5A5A5A. Windows color (decimal): -5423598 or 1195693. OLE color: 1195693.

HSL color Cylindrical-coordinate representation of color #AD3E12: hue angle of 17.03º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD3E12 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 62 18 -
CMYK 0 0.64 0.90 0.32
HSL 17.03º 0.81% 0.37% -
HSV(B) 17.03º 0.9% 0.68% -
XYZ 19.07 12.37 1.96 -
YUV 90.17 87.27 187.08 -
System Red Green Blue C M Y K H S L
Decimal 173 62 18 0 0.64 0.90 0.32 17.03 0.81 0.37
Hex AD 3E 12 0 40 5A 20 11 51 25
Octal 255 76 22 0 100 132 40 21 121 45
Binary 10101101 111110 10010 0 1000000 1011010 100000 10001 1010001 100101

Color Harmonies of #AD3E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3E12

Black with #AD3E12

Text Example


Text Example

White with #AD3E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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