Html Css Color HEX #AD4304 Rust

📋 copy color: '#AD4304'

red 173 ◦ green 67 ◦ blue 4

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

Shades of Rust #AD4304

Tints of Rust #AD4304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 70.9%
G = 27.46%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD4304 (or 0xAD4304) is known color: Rust. HEX triplet: AD, 43 and 04. RGB value is (173,67,4). Sum of RGB (Red+Green+Blue) = 173+67+4=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4304 is #52BCFB. Grayscale: #5B5B5B. Windows color (decimal): -5422332 or 279469. OLE color: 279469.

HSL color Cylindrical-coordinate representation of color #AD4304: hue angle of 22.37º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD4304 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 67 4 -
CMYK 0 0.61 0.98 0.32
HSL 22.37º 0.95% 0.35% -
HSV(B) 22.37º 0.98% 0.68% -
XYZ 19.26 12.91 1.59 -
YUV 91.51 78.62 186.12 -
System Red Green Blue C M Y K H S L
Decimal 173 67 4 0 0.61 0.98 0.32 22.37 0.95 0.35
Hex AD 43 4 0 3D 62 20 16 5F 23
Octal 255 103 4 0 75 142 40 26 137 43
Binary 10101101 1000011 100 0 111101 1100010 100000 10110 1011111 100011

Color Harmonies of #AD4304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4304

Black with #AD4304

Text Example


Text Example

White with #AD4304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4304; }

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

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

background-color css

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

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

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

border-color css

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

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

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