Html Css Color HEX #AD3009 Rust

📋 copy color: '#AD3009'

red 173 ◦ green 48 ◦ blue 9

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

Shades of Rust #AD3009

Tints of Rust #AD3009

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

 BLUE value IS 9 (3.91% from 255) = 3.91%

R = 75.22%
G = 20.87%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD3009 (or 0xAD3009) is known color: Rust. HEX triplet: AD, 30 and 09. RGB value is (173,48,9). Sum of RGB (Red+Green+Blue) = 173+48+9=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3009 is #52CFF6. Grayscale: #515151. Windows color (decimal): -5427191 or 602285. OLE color: 602285.

HSL color Cylindrical-coordinate representation of color #AD3009: hue angle of 14.27º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD3009 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 48 9 -
CMYK 0 0.72 0.95 0.32
HSL 14.27º 0.9% 0.36% -
HSV(B) 14.27º 0.95% 0.68% -
XYZ 18.34 11.02 1.42 -
YUV 80.93 87.41 193.67 -
System Red Green Blue C M Y K H S L
Decimal 173 48 9 0 0.72 0.95 0.32 14.27 0.9 0.36
Hex AD 30 9 0 48 5F 20 E 5A 24
Octal 255 60 11 0 110 137 40 16 132 44
Binary 10101101 110000 1001 0 1001000 1011111 100000 1110 1011010 100100

Color Harmonies of #AD3009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3009

Black with #AD3009

Text Example


Text Example

White with #AD3009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3009; }

 p { color: rgb(173,48,9); }

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

background-color css

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

 a { background-color: rgb(173,48,9); }

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

border-color css

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

 span { border-color: rgb(173,48,9); }

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