Html Css Color HEX #AD380E Rust

📋 copy color: '#AD380E'

red 173 ◦ green 56 ◦ blue 14

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

Shades of Rust #AD380E

Tints of Rust #AD380E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 71.19%
G = 23.05%
B = 5.76%

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

#AD380E (or 0xAD380E) is known color: Rust. HEX triplet: AD, 38 and 0E. RGB value is (173,56,14). Sum of RGB (Red+Green+Blue) = 173+56+14=243 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.19% from 243); Green value is 56 (22.27% from 255 or 23.05% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 173 - color contains mainly: red. Hex color #AD380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD380E is #52C7F1. Grayscale: #565656. Windows color (decimal): -5425138 or 932013. OLE color: 932013.

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

Color convert

RGB 173 56 14 -
CMYK 0 0.68 0.92 0.32
HSL 15.85º 0.85% 0.37% -
HSV(B) 15.85º 0.92% 0.68% -
XYZ 18.73 11.74 1.7 -
YUV 86.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 173 56 14 0 0.68 0.92 0.32 15.85 0.85 0.37
Hex AD 38 E 0 44 5C 20 10 55 25
Octal 255 70 16 0 104 134 40 20 125 45
Binary 10101101 111000 1110 0 1000100 1011100 100000 10000 1010101 100101

Color Harmonies of #AD380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD380E

Black with #AD380E

Text Example


Text Example

White with #AD380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD380E; }

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

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

background-color css

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

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

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

border-color css

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

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

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