Html Css Color HEX #AD3402 Rust

📋 copy color: '#AD3402'

red 173 ◦ green 52 ◦ blue 2

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

Shades of Rust #AD3402

Tints of Rust #AD3402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

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

R = 76.21%
G = 22.91%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD3402 (or 0xAD3402) is known color: Rust. HEX triplet: AD, 34 and 02. RGB value is (173,52,2). Sum of RGB (Red+Green+Blue) = 173+52+2=227 (30% of max value = 765). Red value is 173 (67.97% from 255 or 76.21% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3402 is #52CBFD. Grayscale: #525252. Windows color (decimal): -5426174 or 144557. OLE color: 144557.

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

Color convert

RGB 173 52 2 -
CMYK 0 0.70 0.99 0.32
HSL 17.54º 0.98% 0.34% -
HSV(B) 17.54º 0.99% 0.68% -
XYZ 18.47 11.34 1.27 -
YUV 82.48 82.59 192.57 -
System Red Green Blue C M Y K H S L
Decimal 173 52 2 0 0.70 0.99 0.32 17.54 0.98 0.34
Hex AD 34 2 0 46 63 20 12 62 22
Octal 255 64 2 0 106 143 40 22 142 42
Binary 10101101 110100 10 0 1000110 1100011 100000 10010 1100010 100010

Color Harmonies of #AD3402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3402

Black with #AD3402

Text Example


Text Example

White with #AD3402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3402; }

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

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

background-color css

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

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

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

border-color css

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

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

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