Html Css Color HEX #AD3D12 Rust

📋 copy color: '#AD3D12'

red 173 ◦ green 61 ◦ blue 18

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

Shades of Rust #AD3D12

Tints of Rust #AD3D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

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

R = 68.65%
G = 24.21%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD3D12 (or 0xAD3D12) is known color: Rust. HEX triplet: AD, 3D and 12. RGB value is (173,61,18). Sum of RGB (Red+Green+Blue) = 173+61+18=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D12 is #52C2ED. Grayscale: #595959. Windows color (decimal): -5423854 or 1195437. OLE color: 1195437.

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

Color convert

RGB 173 61 18 -
CMYK 0 0.65 0.90 0.32
HSL 16.65º 0.81% 0.37% -
HSV(B) 16.65º 0.9% 0.68% -
XYZ 19.01 12.27 1.94 -
YUV 89.59 87.61 187.5 -
System Red Green Blue C M Y K H S L
Decimal 173 61 18 0 0.65 0.90 0.32 16.65 0.81 0.37
Hex AD 3D 12 0 41 5A 20 11 51 25
Octal 255 75 22 0 101 132 40 21 121 45
Binary 10101101 111101 10010 0 1000001 1011010 100000 10001 1010001 100101

Color Harmonies of #AD3D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D12

Black with #AD3D12

Text Example


Text Example

White with #AD3D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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