Html Css Color HEX #AD2900 Rust

📋 copy color: '#AD2900'

red 173 ◦ green 41 ◦ blue 0

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

Shades of Rust #AD2900

Tints of Rust #AD2900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.84%
G = 19.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD2900 (or 0xAD2900) is known color: Rust. HEX triplet: AD, 29 and 00. RGB value is (173,41,0). Sum of RGB (Red+Green+Blue) = 173+41+0=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2900 is #52D6FF. Grayscale: #4C4C4C. Windows color (decimal): -5428992 or 10669. OLE color: 10669.

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

Color convert

RGB 173 41 0 -
CMYK 0 0.76 1 0.32
HSL 14.22º 1% 0.34% -
HSV(B) 14.22º 1% 0.68% -
XYZ 18.03 10.47 1.07 -
YUV 75.79 85.23 197.33 -
System Red Green Blue C M Y K H S L
Decimal 173 41 0 0 0.76 1 0.32 14.22 1 0.34
Hex AD 29 0 0 4C 64 20 E 64 22
Octal 255 51 0 0 114 144 40 16 144 42
Binary 10101101 101001 0 0 1001100 1100100 100000 1110 1100100 100010

Color Harmonies of #AD2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2900

Black with #AD2900

Text Example


Text Example

White with #AD2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2900; }

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

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

background-color css

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

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

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

border-color css

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

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

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