Html Css Color HEX #AD2F0D Rust

📋 copy color: '#AD2F0D'

red 173 ◦ green 47 ◦ blue 13

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

Shades of Rust #AD2F0D

Tints of Rust #AD2F0D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.17%

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

R = 74.25%
G = 20.17%
B = 5.58%

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

#AD2F0D (or 0xAD2F0D) is known color: Rust. HEX triplet: AD, 2F and 0D. RGB value is (173,47,13). Sum of RGB (Red+Green+Blue) = 173+47+13=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 47 (18.75% from 255 or 20.17% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F0D is #52D0F2. Grayscale: #515151. Windows color (decimal): -5427443 or 864173. OLE color: 864173.

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

Color convert

RGB 173 47 13 -
CMYK 0 0.73 0.92 0.32
HSL 12.75º 0.86% 0.36% -
HSV(B) 12.75º 0.92% 0.68% -
XYZ 18.32 10.95 1.53 -
YUV 80.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 173 47 13 0 0.73 0.92 0.32 12.75 0.86 0.36
Hex AD 2F D 0 49 5C 20 D 56 24
Octal 255 57 15 0 111 134 40 15 126 44
Binary 10101101 101111 1101 0 1001001 1011100 100000 1101 1010110 100100

Color Harmonies of #AD2F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2F0D

Black with #AD2F0D

Text Example


Text Example

White with #AD2F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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