Html Css Color HEX #AD3C01 Rust

📋 copy color: '#AD3C01'

red 173 ◦ green 60 ◦ blue 1

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

Shades of Rust #AD3C01

Tints of Rust #AD3C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 73.93%
G = 25.64%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD3C01 (or 0xAD3C01) is known color: Rust. HEX triplet: AD, 3C and 01. RGB value is (173,60,1). Sum of RGB (Red+Green+Blue) = 173+60+1=234 (30% of max value = 765). Red value is 173 (67.97% from 255 or 73.93% from 234); Green value is 60 (23.83% from 255 or 25.64% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C01 is #52C3FE. Grayscale: #575757. Windows color (decimal): -5424127 or 81069. OLE color: 81069.

HSL color Cylindrical-coordinate representation of color #AD3C01: hue angle of 20.58º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD3C01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 60 1 -
CMYK 0 0.65 0.99 0.32
HSL 20.58º 0.99% 0.34% -
HSV(B) 20.58º 0.99% 0.68% -
XYZ 18.85 12.12 1.37 -
YUV 87.06 79.44 189.3 -
System Red Green Blue C M Y K H S L
Decimal 173 60 1 0 0.65 0.99 0.32 20.58 0.99 0.34
Hex AD 3C 1 0 41 63 20 15 63 22
Octal 255 74 1 0 101 143 40 25 143 42
Binary 10101101 111100 1 0 1000001 1100011 100000 10101 1100011 100010

Color Harmonies of #AD3C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C01

Black with #AD3C01

Text Example


Text Example

White with #AD3C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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