Html Css Color HEX #AD2500 Rust

📋 copy color: '#AD2500'

red 173 ◦ green 37 ◦ blue 0

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

Shades of Rust #AD2500

Tints of Rust #AD2500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 82.38%
G = 17.62%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD2500 (or 0xAD2500) is known color: Rust. HEX triplet: AD, 25 and 00. RGB value is (173,37,0). Sum of RGB (Red+Green+Blue) = 173+37+0=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2500 is #52DAFF. Grayscale: #494949. Windows color (decimal): -5430016 or 9645. OLE color: 9645.

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

Color convert

RGB 173 37 0 -
CMYK 0 0.79 1 0.32
HSL 12.83º 1% 0.34% -
HSV(B) 12.83º 1% 0.68% -
XYZ 17.9 10.21 1.03 -
YUV 73.45 86.56 199.01 -
System Red Green Blue C M Y K H S L
Decimal 173 37 0 0 0.79 1 0.32 12.83 1 0.34
Hex AD 25 0 0 4F 64 20 D 64 22
Octal 255 45 0 0 117 144 40 15 144 42
Binary 10101101 100101 0 0 1001111 1100100 100000 1101 1100100 100010

Color Harmonies of #AD2500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2500

Black with #AD2500

Text Example


Text Example

White with #AD2500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2500; }

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

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

background-color css

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

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

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

border-color css

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

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

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