Html Css Color HEX #AD2D0D Rust

📋 copy color: '#AD2D0D'

red 173 ◦ green 45 ◦ blue 13

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

Shades of Rust #AD2D0D

Tints of Rust #AD2D0D

RGB

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

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

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

R = 74.89%
G = 19.48%
B = 5.63%

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

#AD2D0D (or 0xAD2D0D) is known color: Rust. HEX triplet: AD, 2D and 0D. RGB value is (173,45,13). Sum of RGB (Red+Green+Blue) = 173+45+13=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 45 (17.97% from 255 or 19.48% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D0D is #52D2F2. Grayscale: #4F4F4F. Windows color (decimal): -5427955 or 863661. OLE color: 863661.

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

Color convert

RGB 173 45 13 -
CMYK 0 0.74 0.92 0.32
HSL 12º 0.86% 0.36% -
HSV(B) 12º 0.92% 0.68% -
XYZ 18.24 10.79 1.5 -
YUV 79.62 90.41 194.6 -
System Red Green Blue C M Y K H S L
Decimal 173 45 13 0 0.74 0.92 0.32 12 0.86 0.36
Hex AD 2D D 0 4A 5C 20 C 56 24
Octal 255 55 15 0 112 134 40 14 126 44
Binary 10101101 101101 1101 0 1001010 1011100 100000 1100 1010110 100100

Color Harmonies of #AD2D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D0D

Black with #AD2D0D

Text Example


Text Example

White with #AD2D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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