Html Css Color HEX #AD3C04 Rust

📋 copy color: '#AD3C04'

red 173 ◦ green 60 ◦ blue 4

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

Shades of Rust #AD3C04

Tints of Rust #AD3C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.32%

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

R = 73%
G = 25.32%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD3C04 (or 0xAD3C04) is known color: Rust. HEX triplet: AD, 3C and 04. RGB value is (173,60,4). Sum of RGB (Red+Green+Blue) = 173+60+4=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 4 (1.95% from 255 or 1.69% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C04 is #52C3FB. Grayscale: #575757. Windows color (decimal): -5424124 or 277677. OLE color: 277677.

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

Color convert

RGB 173 60 4 -
CMYK 0 0.65 0.98 0.32
HSL 19.88º 0.95% 0.35% -
HSV(B) 19.88º 0.98% 0.68% -
XYZ 18.87 12.12 1.46 -
YUV 87.4 80.94 189.05 -
System Red Green Blue C M Y K H S L
Decimal 173 60 4 0 0.65 0.98 0.32 19.88 0.95 0.35
Hex AD 3C 4 0 41 62 20 14 5F 23
Octal 255 74 4 0 101 142 40 24 137 43
Binary 10101101 111100 100 0 1000001 1100010 100000 10100 1011111 100011

Color Harmonies of #AD3C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C04

Black with #AD3C04

Text Example


Text Example

White with #AD3C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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