Html Css Color HEX #AD4312 Rust

📋 copy color: '#AD4312'

red 173 ◦ green 67 ◦ blue 18

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

Shades of Rust #AD4312

Tints of Rust #AD4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.97%

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

R = 67.05%
G = 25.97%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AD4312 (or 0xAD4312) is known color: Rust. HEX triplet: AD, 43 and 12. RGB value is (173,67,18). Sum of RGB (Red+Green+Blue) = 173+67+18=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4312 is #52BCED. Grayscale: #5D5D5D. Windows color (decimal): -5422318 or 1196973. OLE color: 1196973.

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

Color convert

RGB 173 67 18 -
CMYK 0 0.61 0.90 0.32
HSL 18.97º 0.81% 0.37% -
HSV(B) 18.97º 0.9% 0.68% -
XYZ 19.35 12.94 2.05 -
YUV 93.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 173 67 18 0 0.61 0.90 0.32 18.97 0.81 0.37
Hex AD 43 12 0 3D 5A 20 13 51 25
Octal 255 103 22 0 75 132 40 23 121 45
Binary 10101101 1000011 10010 0 111101 1011010 100000 10011 1010001 100101

Color Harmonies of #AD4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4312

Black with #AD4312

Text Example


Text Example

White with #AD4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4312; }

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

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

background-color css

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

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

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

border-color css

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

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

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