Html Css Color HEX #AD400B Rust

📋 copy color: '#AD400B'

red 173 ◦ green 64 ◦ blue 11

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

Shades of Rust #AD400B

Tints of Rust #AD400B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.81%

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

R = 69.76%
G = 25.81%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD400B (or 0xAD400B) is known color: Rust. HEX triplet: AD, 40 and 0B. RGB value is (173,64,11). Sum of RGB (Red+Green+Blue) = 173+64+11=248 (32% of max value = 765). Red value is 173 (67.97% from 255 or 69.76% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 173 - color contains mainly: red. Hex color #AD400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD400B is #52BFF4. Grayscale: #5A5A5A. Windows color (decimal): -5423093 or 737453. OLE color: 737453.

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

Color convert

RGB 173 64 11 -
CMYK 0 0.63 0.94 0.32
HSL 19.63º 0.88% 0.36% -
HSV(B) 19.63º 0.94% 0.68% -
XYZ 19.13 12.58 1.74 -
YUV 90.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 173 64 11 0 0.63 0.94 0.32 19.63 0.88 0.36
Hex AD 40 B 0 3F 5E 20 14 58 24
Octal 255 100 13 0 77 136 40 24 130 44
Binary 10101101 1000000 1011 0 111111 1011110 100000 10100 1011000 100100

Color Harmonies of #AD400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD400B

Black with #AD400B

Text Example


Text Example

White with #AD400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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