Html Css Color HEX #AD2D06 Rust

📋 copy color: '#AD2D06'

red 173 ◦ green 45 ◦ blue 6

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

Shades of Rust #AD2D06

Tints of Rust #AD2D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.68%

R = 77.23%
G = 20.09%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD2D06 (or 0xAD2D06) is known color: Rust. HEX triplet: AD, 2D and 06. RGB value is (173,45,6). Sum of RGB (Red+Green+Blue) = 173+45+6=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 6 (2.73% from 255 or 2.68% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D06 is #52D2F9. Grayscale: #4F4F4F. Windows color (decimal): -5427962 or 404909. OLE color: 404909.

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

Color convert

RGB 173 45 6 -
CMYK 0 0.74 0.97 0.32
HSL 14.01º 0.93% 0.35% -
HSV(B) 14.01º 0.97% 0.68% -
XYZ 18.2 10.77 1.29 -
YUV 78.83 86.91 195.17 -
System Red Green Blue C M Y K H S L
Decimal 173 45 6 0 0.74 0.97 0.32 14.01 0.93 0.35
Hex AD 2D 6 0 4A 61 20 E 5D 23
Octal 255 55 6 0 112 141 40 16 135 43
Binary 10101101 101101 110 0 1001010 1100001 100000 1110 1011101 100011

Color Harmonies of #AD2D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2D06

Black with #AD2D06

Text Example


Text Example

White with #AD2D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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