Html Css Color HEX #AD290B Rust

📋 copy color: '#AD290B'

red 173 ◦ green 41 ◦ blue 11

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

Shades of Rust #AD290B

Tints of Rust #AD290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.89%

R = 76.89%
G = 18.22%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD290B (or 0xAD290B) is known color: Rust. HEX triplet: AD, 29 and 0B. RGB value is (173,41,11). Sum of RGB (Red+Green+Blue) = 173+41+11=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD290B is #52D6F4. Grayscale: #4D4D4D. Windows color (decimal): -5428981 or 731565. OLE color: 731565.

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

Color convert

RGB 173 41 11 -
CMYK 0 0.76 0.94 0.32
HSL 11.11º 0.88% 0.36% -
HSV(B) 11.11º 0.94% 0.68% -
XYZ 18.09 10.49 1.39 -
YUV 77.05 90.73 196.44 -
System Red Green Blue C M Y K H S L
Decimal 173 41 11 0 0.76 0.94 0.32 11.11 0.88 0.36
Hex AD 29 B 0 4C 5E 20 B 58 24
Octal 255 51 13 0 114 136 40 13 130 44
Binary 10101101 101001 1011 0 1001100 1011110 100000 1011 1011000 100100

Color Harmonies of #AD290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD290B

Black with #AD290B

Text Example


Text Example

White with #AD290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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