Html Css Color HEX #AD4103 Rust

📋 copy color: '#AD4103'

red 173 ◦ green 65 ◦ blue 3

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

Shades of Rust #AD4103

Tints of Rust #AD4103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.24%

R = 71.78%
G = 26.97%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD4103 (or 0xAD4103) is known color: Rust. HEX triplet: AD, 41 and 03. RGB value is (173,65,3). Sum of RGB (Red+Green+Blue) = 173+65+3=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4103 is #52BEFC. Grayscale: #5A5A5A. Windows color (decimal): -5422845 or 213421. OLE color: 213421.

HSL color Cylindrical-coordinate representation of color #AD4103: hue angle of 21.88º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD4103 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 65 3 -
CMYK 0 0.62 0.98 0.32
HSL 21.88º 0.97% 0.35% -
HSV(B) 21.88º 0.98% 0.68% -
XYZ 19.14 12.67 1.52 -
YUV 90.22 78.78 187.04 -
System Red Green Blue C M Y K H S L
Decimal 173 65 3 0 0.62 0.98 0.32 21.88 0.97 0.35
Hex AD 41 3 0 3E 62 20 16 61 23
Octal 255 101 3 0 76 142 40 26 141 43
Binary 10101101 1000001 11 0 111110 1100010 100000 10110 1100001 100011

Color Harmonies of #AD4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD4103

Black with #AD4103

Text Example


Text Example

White with #AD4103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD4103; }

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

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

background-color css

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

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

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

border-color css

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

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

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