Html Css Color HEX #AD2E0D Rust

📋 copy color: '#AD2E0D'

red 173 ◦ green 46 ◦ blue 13

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

Shades of Rust #AD2E0D

Tints of Rust #AD2E0D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.83%

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

R = 74.57%
G = 19.83%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD2E0D (or 0xAD2E0D) is known color: Rust. HEX triplet: AD, 2E and 0D. RGB value is (173,46,13). Sum of RGB (Red+Green+Blue) = 173+46+13=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 46 (18.36% from 255 or 19.83% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E0D is #52D1F2. Grayscale: #505050. Windows color (decimal): -5427699 or 863917. OLE color: 863917.

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

Color convert

RGB 173 46 13 -
CMYK 0 0.73 0.92 0.32
HSL 12.38º 0.86% 0.36% -
HSV(B) 12.38º 0.92% 0.68% -
XYZ 18.28 10.87 1.51 -
YUV 80.21 90.08 194.18 -
System Red Green Blue C M Y K H S L
Decimal 173 46 13 0 0.73 0.92 0.32 12.38 0.86 0.36
Hex AD 2E D 0 49 5C 20 C 56 24
Octal 255 56 15 0 111 134 40 14 126 44
Binary 10101101 101110 1101 0 1001001 1011100 100000 1100 1010110 100100

Color Harmonies of #AD2E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2E0D

Black with #AD2E0D

Text Example


Text Example

White with #AD2E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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