Html Css Color HEX #AD4102 Rust

📋 copy color: '#AD4102'

red 173 ◦ green 65 ◦ blue 2

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

Shades of Rust #AD4102

Tints of Rust #AD4102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

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

R = 72.08%
G = 27.08%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD4102 (or 0xAD4102) is known color: Rust. HEX triplet: AD, 41 and 02. RGB value is (173,65,2). Sum of RGB (Red+Green+Blue) = 173+65+2=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4102 is #52BEFD. Grayscale: #5A5A5A. Windows color (decimal): -5422846 or 147885. OLE color: 147885.

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

Color convert

RGB 173 65 2 -
CMYK 0 0.62 0.99 0.32
HSL 22.11º 0.98% 0.34% -
HSV(B) 22.11º 0.99% 0.68% -
XYZ 19.13 12.67 1.49 -
YUV 90.11 78.28 187.12 -
System Red Green Blue C M Y K H S L
Decimal 173 65 2 0 0.62 0.99 0.32 22.11 0.98 0.34
Hex AD 41 2 0 3E 63 20 16 62 22
Octal 255 101 2 0 76 143 40 26 142 42
Binary 10101101 1000001 10 0 111110 1100011 100000 10110 1100010 100010

Color Harmonies of #AD4102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4102

Black with #AD4102

Text Example


Text Example

White with #AD4102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4102; }

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

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

background-color css

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

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

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

border-color css

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

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

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