Html Css Color HEX #AD3F02 Rust

📋 copy color: '#AD3F02'

red 173 ◦ green 63 ◦ blue 2

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

Shades of Rust #AD3F02

Tints of Rust #AD3F02

RGB

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

 GREEN value IS 63 (25% from 255) = 26.47%

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

R = 72.69%
G = 26.47%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD3F02 (or 0xAD3F02) is known color: Rust. HEX triplet: AD, 3F and 02. RGB value is (173,63,2). Sum of RGB (Red+Green+Blue) = 173+63+2=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 63 (25% from 255 or 26.47% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3F02 is #52C0FD. Grayscale: #595959. Windows color (decimal): -5423358 or 147373. OLE color: 147373.

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

Color convert

RGB 173 63 2 -
CMYK 0 0.64 0.99 0.32
HSL 21.4º 0.98% 0.34% -
HSV(B) 21.4º 0.99% 0.68% -
XYZ 19.02 12.44 1.46 -
YUV 88.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 173 63 2 0 0.64 0.99 0.32 21.4 0.98 0.34
Hex AD 3F 2 0 40 63 20 15 62 22
Octal 255 77 2 0 100 143 40 25 142 42
Binary 10101101 111111 10 0 1000000 1100011 100000 10101 1100010 100010

Color Harmonies of #AD3F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F02

Black with #AD3F02

Text Example


Text Example

White with #AD3F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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