Html Css Color HEX #AD2D0E Rust

📋 copy color: '#AD2D0E'

red 173 ◦ green 45 ◦ blue 14

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

Shades of Rust #AD2D0E

Tints of Rust #AD2D0E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 14 (5.86% from 255) = 6.03%

R = 74.57%
G = 19.4%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD2D0E (or 0xAD2D0E) is known color: Rust. HEX triplet: AD, 2D and 0E. RGB value is (173,45,14). Sum of RGB (Red+Green+Blue) = 173+45+14=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D0E is #52D2F1. Grayscale: #4F4F4F. Windows color (decimal): -5427954 or 929197. OLE color: 929197.

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

Color convert

RGB 173 45 14 -
CMYK 0 0.74 0.92 0.32
HSL 11.7º 0.85% 0.37% -
HSV(B) 11.7º 0.92% 0.68% -
XYZ 18.25 10.79 1.54 -
YUV 79.74 90.91 194.52 -
System Red Green Blue C M Y K H S L
Decimal 173 45 14 0 0.74 0.92 0.32 11.7 0.85 0.37
Hex AD 2D E 0 4A 5C 20 C 55 25
Octal 255 55 16 0 112 134 40 14 125 45
Binary 10101101 101101 1110 0 1001010 1011100 100000 1100 1010101 100101

Color Harmonies of #AD2D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D0E

Black with #AD2D0E

Text Example


Text Example

White with #AD2D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D0E; }

 p { color: rgb(173,45,14); }

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

background-color css

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

 a { background-color: rgb(173,45,14); }

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

border-color css

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

 span { border-color: rgb(173,45,14); }

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