Html Css Color HEX #AD2800 Rust

📋 copy color: '#AD2800'

red 173 ◦ green 40 ◦ blue 0

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

Shades of Rust #AD2800

Tints of Rust #AD2800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.78%

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

R = 81.22%
G = 18.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD2800 (or 0xAD2800) is known color: Rust. HEX triplet: AD, 28 and 00. RGB value is (173,40,0). Sum of RGB (Red+Green+Blue) = 173+40+0=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2800 is #52D7FF. Grayscale: #4B4B4B. Windows color (decimal): -5429248 or 10413. OLE color: 10413.

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

Color convert

RGB 173 40 0 -
CMYK 0 0.77 1 0.32
HSL 13.87º 1% 0.34% -
HSV(B) 13.87º 1% 0.68% -
XYZ 17.99 10.4 1.06 -
YUV 75.21 85.56 197.75 -
System Red Green Blue C M Y K H S L
Decimal 173 40 0 0 0.77 1 0.32 13.87 1 0.34
Hex AD 28 0 0 4D 64 20 E 64 22
Octal 255 50 0 0 115 144 40 16 144 42
Binary 10101101 101000 0 0 1001101 1100100 100000 1110 1100100 100010

Color Harmonies of #AD2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2800

Black with #AD2800

Text Example


Text Example

White with #AD2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2800; }

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

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

background-color css

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

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

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

border-color css

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

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

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