Html Css Color HEX #AD2E12 Rust

📋 copy color: '#AD2E12'

red 173 ◦ green 46 ◦ blue 18

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

Shades of Rust #AD2E12

Tints of Rust #AD2E12

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

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

R = 73%
G = 19.41%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD2E12 (or 0xAD2E12) is known color: Rust. HEX triplet: AD, 2E and 12. RGB value is (173,46,18). Sum of RGB (Red+Green+Blue) = 173+46+18=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E12 is #52D1ED. Grayscale: #515151. Windows color (decimal): -5427694 or 1191597. OLE color: 1191597.

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

Color convert

RGB 173 46 18 -
CMYK 0 0.73 0.90 0.32
HSL 10.84º 0.81% 0.37% -
HSV(B) 10.84º 0.9% 0.68% -
XYZ 18.32 10.88 1.71 -
YUV 80.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 173 46 18 0 0.73 0.90 0.32 10.84 0.81 0.37
Hex AD 2E 12 0 49 5A 20 B 51 25
Octal 255 56 22 0 111 132 40 13 121 45
Binary 10101101 101110 10010 0 1001001 1011010 100000 1011 1010001 100101

Color Harmonies of #AD2E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2E12

Black with #AD2E12

Text Example


Text Example

White with #AD2E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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