Html Css Color HEX #AD3C02 Rust

📋 copy color: '#AD3C02'

red 173 ◦ green 60 ◦ blue 2

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

Shades of Rust #AD3C02

Tints of Rust #AD3C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 73.62%
G = 25.53%
B = 0.85%

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

#AD3C02 (or 0xAD3C02) is known color: Rust. HEX triplet: AD, 3C and 02. RGB value is (173,60,2). Sum of RGB (Red+Green+Blue) = 173+60+2=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 60 (23.83% from 255 or 25.53% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C02 is #52C3FD. Grayscale: #575757. Windows color (decimal): -5424126 or 146605. OLE color: 146605.

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

Color convert

RGB 173 60 2 -
CMYK 0 0.65 0.99 0.32
HSL 20.35º 0.98% 0.34% -
HSV(B) 20.35º 0.99% 0.68% -
XYZ 18.86 12.12 1.4 -
YUV 87.18 79.94 189.22 -
System Red Green Blue C M Y K H S L
Decimal 173 60 2 0 0.65 0.99 0.32 20.35 0.98 0.34
Hex AD 3C 2 0 41 63 20 14 62 22
Octal 255 74 2 0 101 143 40 24 142 42
Binary 10101101 111100 10 0 1000001 1100011 100000 10100 1100010 100010

Color Harmonies of #AD3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C02

Black with #AD3C02

Text Example


Text Example

White with #AD3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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