Html Css Color HEX #AD3109 Rust

📋 copy color: '#AD3109'

red 173 ◦ green 49 ◦ blue 9

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

Shades of Rust #AD3109

Tints of Rust #AD3109

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.21%

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

R = 74.89%
G = 21.21%
B = 3.9%

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

#AD3109 (or 0xAD3109) is known color: Rust. HEX triplet: AD, 31 and 09. RGB value is (173,49,9). Sum of RGB (Red+Green+Blue) = 173+49+9=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3109 is #52CEF6. Grayscale: #515151. Windows color (decimal): -5426935 or 602541. OLE color: 602541.

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

Color convert

RGB 173 49 9 -
CMYK 0 0.72 0.95 0.32
HSL 14.63º 0.9% 0.36% -
HSV(B) 14.63º 0.95% 0.68% -
XYZ 18.38 11.1 1.43 -
YUV 81.52 87.08 193.25 -
System Red Green Blue C M Y K H S L
Decimal 173 49 9 0 0.72 0.95 0.32 14.63 0.9 0.36
Hex AD 31 9 0 48 5F 20 F 5A 24
Octal 255 61 11 0 110 137 40 17 132 44
Binary 10101101 110001 1001 0 1001000 1011111 100000 1111 1011010 100100

Color Harmonies of #AD3109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3109

Black with #AD3109

Text Example


Text Example

White with #AD3109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3109; }

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

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

background-color css

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

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

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

border-color css

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

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

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