Html Css Color HEX #AD3702 Rust

📋 copy color: '#AD3702'

red 173 ◦ green 55 ◦ blue 2

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

Shades of Rust #AD3702

Tints of Rust #AD3702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.91%

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

R = 75.22%
G = 23.91%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD3702 (or 0xAD3702) is known color: Rust. HEX triplet: AD, 37 and 02. RGB value is (173,55,2). Sum of RGB (Red+Green+Blue) = 173+55+2=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3702 is #52C8FD. Grayscale: #545454. Windows color (decimal): -5425406 or 145325. OLE color: 145325.

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

Color convert

RGB 173 55 2 -
CMYK 0 0.68 0.99 0.32
HSL 18.6º 0.98% 0.34% -
HSV(B) 18.6º 0.99% 0.68% -
XYZ 18.61 11.62 1.32 -
YUV 84.24 81.59 191.31 -
System Red Green Blue C M Y K H S L
Decimal 173 55 2 0 0.68 0.99 0.32 18.6 0.98 0.34
Hex AD 37 2 0 44 63 20 13 62 22
Octal 255 67 2 0 104 143 40 23 142 42
Binary 10101101 110111 10 0 1000100 1100011 100000 10011 1100010 100010

Color Harmonies of #AD3702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3702

Black with #AD3702

Text Example


Text Example

White with #AD3702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3702; }

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

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

background-color css

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

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

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

border-color css

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

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

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