Html Css Color HEX #AD2300 Rust

📋 copy color: '#AD2300'

red 173 ◦ green 35 ◦ blue 0

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

Shades of Rust #AD2300

Tints of Rust #AD2300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.83%

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

R = 83.17%
G = 16.83%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD2300 (or 0xAD2300) is known color: Rust. HEX triplet: AD, 23 and 00. RGB value is (173,35,0). Sum of RGB (Red+Green+Blue) = 173+35+0=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2300 is #52DCFF. Grayscale: #484848. Windows color (decimal): -5430528 or 9133. OLE color: 9133.

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

Color convert

RGB 173 35 0 -
CMYK 0 0.80 1 0.32
HSL 12.14º 1% 0.34% -
HSV(B) 12.14º 1% 0.68% -
XYZ 17.83 10.09 1.01 -
YUV 72.27 87.22 199.85 -
System Red Green Blue C M Y K H S L
Decimal 173 35 0 0 0.80 1 0.32 12.14 1 0.34
Hex AD 23 0 0 50 64 20 C 64 22
Octal 255 43 0 0 120 144 40 14 144 42
Binary 10101101 100011 0 0 1010000 1100100 100000 1100 1100100 100010

Color Harmonies of #AD2300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2300

Black with #AD2300

Text Example


Text Example

White with #AD2300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2300; }

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

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

background-color css

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

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

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

border-color css

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

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

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