Html Css Color HEX #AD2706 Rust

📋 copy color: '#AD2706'

red 173 ◦ green 39 ◦ blue 6

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

Shades of Rust #AD2706

Tints of Rust #AD2706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 79.36%
G = 17.89%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD2706 (or 0xAD2706) is known color: Rust. HEX triplet: AD, 27 and 06. RGB value is (173,39,6). Sum of RGB (Red+Green+Blue) = 173+39+6=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2706 is #52D8F9. Grayscale: #4B4B4B. Windows color (decimal): -5429498 or 403373. OLE color: 403373.

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

Color convert

RGB 173 39 6 -
CMYK 0 0.77 0.97 0.32
HSL 11.86º 0.93% 0.35% -
HSV(B) 11.86º 0.97% 0.68% -
XYZ 17.99 10.35 1.22 -
YUV 75.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 173 39 6 0 0.77 0.97 0.32 11.86 0.93 0.35
Hex AD 27 6 0 4D 61 20 C 5D 23
Octal 255 47 6 0 115 141 40 14 135 43
Binary 10101101 100111 110 0 1001101 1100001 100000 1100 1011101 100011

Color Harmonies of #AD2706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2706

Black with #AD2706

Text Example


Text Example

White with #AD2706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2706; }

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

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

background-color css

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

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

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

border-color css

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

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

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