Html Css Color HEX #AD2909 Rust

📋 copy color: '#AD2909'

red 173 ◦ green 41 ◦ blue 9

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

Shades of Rust #AD2909

Tints of Rust #AD2909

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

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

R = 77.58%
G = 18.39%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD2909 (or 0xAD2909) is known color: Rust. HEX triplet: AD, 29 and 09. RGB value is (173,41,9). Sum of RGB (Red+Green+Blue) = 173+41+9=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2909 is #52D6F6. Grayscale: #4D4D4D. Windows color (decimal): -5428983 or 600493. OLE color: 600493.

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

Color convert

RGB 173 41 9 -
CMYK 0 0.76 0.95 0.32
HSL 11.71º 0.9% 0.36% -
HSV(B) 11.71º 0.95% 0.68% -
XYZ 18.08 10.49 1.33 -
YUV 76.82 89.73 196.6 -
System Red Green Blue C M Y K H S L
Decimal 173 41 9 0 0.76 0.95 0.32 11.71 0.9 0.36
Hex AD 29 9 0 4C 5F 20 C 5A 24
Octal 255 51 11 0 114 137 40 14 132 44
Binary 10101101 101001 1001 0 1001100 1011111 100000 1100 1011010 100100

Color Harmonies of #AD2909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2909

Black with #AD2909

Text Example


Text Example

White with #AD2909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2909; }

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

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

background-color css

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

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

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

border-color css

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

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

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