Html Css Color HEX #AD3800 Rust

📋 copy color: '#AD3800'

red 173 ◦ green 56 ◦ blue 0

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

Shades of Rust #AD3800

Tints of Rust #AD3800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.45%

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

R = 75.55%
G = 24.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.32

RGB Variations

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

Color information

#AD3800 (or 0xAD3800) is known color: Rust. HEX triplet: AD, 38 and 00. RGB value is (173,56,0). Sum of RGB (Red+Green+Blue) = 173+56+0=229 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.55% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3800 is #52C7FF. Grayscale: #545454. Windows color (decimal): -5425152 or 14509. OLE color: 14509.

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

Color convert

RGB 173 56 0 -
CMYK 0 0.68 1 0.32
HSL 19.42º 1% 0.34% -
HSV(B) 19.42º 1% 0.68% -
XYZ 18.65 11.71 1.28 -
YUV 84.6 80.26 191.05 -
System Red Green Blue C M Y K H S L
Decimal 173 56 0 0 0.68 1 0.32 19.42 1 0.34
Hex AD 38 0 0 44 64 20 13 64 22
Octal 255 70 0 0 104 144 40 23 144 42
Binary 10101101 111000 0 0 1000100 1100100 100000 10011 1100100 100010

Color Harmonies of #AD3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3800

Black with #AD3800

Text Example


Text Example

White with #AD3800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3800; }

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

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

background-color css

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

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

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

border-color css

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

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

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