Html Css Color HEX #AD380D Rust

📋 copy color: '#AD380D'

red 173 ◦ green 56 ◦ blue 13

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

Shades of Rust #AD380D

Tints of Rust #AD380D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 71.49%
G = 23.14%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AD380D (or 0xAD380D) is known color: Rust. HEX triplet: AD, 38 and 0D. RGB value is (173,56,13). Sum of RGB (Red+Green+Blue) = 173+56+13=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD380D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD380D is #52C7F2. Grayscale: #565656. Windows color (decimal): -5425139 or 866477. OLE color: 866477.

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

Color convert

RGB 173 56 13 -
CMYK 0 0.68 0.92 0.32
HSL 16.13º 0.86% 0.36% -
HSV(B) 16.13º 0.92% 0.68% -
XYZ 18.72 11.74 1.66 -
YUV 86.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 173 56 13 0 0.68 0.92 0.32 16.13 0.86 0.36
Hex AD 38 D 0 44 5C 20 10 56 24
Octal 255 70 15 0 104 134 40 20 126 44
Binary 10101101 111000 1101 0 1000100 1011100 100000 10000 1010110 100100

Color Harmonies of #AD380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD380D

Black with #AD380D

Text Example


Text Example

White with #AD380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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