Html Css Color HEX #AD380F Rust

📋 copy color: '#AD380F'

red 173 ◦ green 56 ◦ blue 15

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

Shades of Rust #AD380F

Tints of Rust #AD380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 70.9%
G = 22.95%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD380F (or 0xAD380F) is known color: Rust. HEX triplet: AD, 38 and 0F. RGB value is (173,56,15). Sum of RGB (Red+Green+Blue) = 173+56+15=244 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.90% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 173 - color contains mainly: red. Hex color #AD380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD380F is #52C7F0. Grayscale: #565656. Windows color (decimal): -5425137 or 997549. OLE color: 997549.

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

Color convert

RGB 173 56 15 -
CMYK 0 0.68 0.91 0.32
HSL 15.57º 0.84% 0.37% -
HSV(B) 15.57º 0.91% 0.68% -
XYZ 18.73 11.75 1.73 -
YUV 86.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 173 56 15 0 0.68 0.91 0.32 15.57 0.84 0.37
Hex AD 38 F 0 44 5B 20 10 54 25
Octal 255 70 17 0 104 133 40 20 124 45
Binary 10101101 111000 1111 0 1000100 1011011 100000 10000 1010100 100101

Color Harmonies of #AD380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD380F

Black with #AD380F

Text Example


Text Example

White with #AD380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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