Html Css Color HEX #AD420D Rust

📋 copy color: '#AD420D'

red 173 ◦ green 66 ◦ blue 13

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

Shades of Rust #AD420D

Tints of Rust #AD420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 68.65%
G = 26.19%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD420D (or 0xAD420D) is known color: Rust. HEX triplet: AD, 42 and 0D. RGB value is (173,66,13). Sum of RGB (Red+Green+Blue) = 173+66+13=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD420D is #52BDF2. Grayscale: #5C5C5C. Windows color (decimal): -5422579 or 869037. OLE color: 869037.

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

Color convert

RGB 173 66 13 -
CMYK 0 0.62 0.92 0.32
HSL 19.88º 0.86% 0.36% -
HSV(B) 19.88º 0.92% 0.68% -
XYZ 19.25 12.81 1.84 -
YUV 91.95 83.45 185.81 -
System Red Green Blue C M Y K H S L
Decimal 173 66 13 0 0.62 0.92 0.32 19.88 0.86 0.36
Hex AD 42 D 0 3E 5C 20 14 56 24
Octal 255 102 15 0 76 134 40 24 126 44
Binary 10101101 1000010 1101 0 111110 1011100 100000 10100 1010110 100100

Color Harmonies of #AD420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD420D

Black with #AD420D

Text Example


Text Example

White with #AD420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD420D; }

 p { color: rgb(173,66,13); }

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

background-color css

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

 a { background-color: rgb(173,66,13); }

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

border-color css

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

 span { border-color: rgb(173,66,13); }

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