Html Css Color HEX #AD381E Rust

📋 copy color: '#AD381E'

red 173 ◦ green 56 ◦ blue 30

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

Shades of Rust #AD381E

Tints of Rust #AD381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 66.8%
G = 21.62%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AD381E (or 0xAD381E) is known color: Rust. HEX triplet: AD, 38 and 1E. RGB value is (173,56,30). Sum of RGB (Red+Green+Blue) = 173+56+30=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD381E is #52C7E1. Grayscale: #585858. Windows color (decimal): -5425122 or 1980589. OLE color: 1980589.

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

Color convert

RGB 173 56 30 -
CMYK 0 0.68 0.83 0.32
HSL 10.91º 0.7% 0.4% -
HSV(B) 10.91º 0.83% 0.68% -
XYZ 18.88 11.81 2.51 -
YUV 88.02 95.26 188.61 -
System Red Green Blue C M Y K H S L
Decimal 173 56 30 0 0.68 0.83 0.32 10.91 0.7 0.4
Hex AD 38 1E 0 44 53 20 B 46 28
Octal 255 70 36 0 104 123 40 13 106 50
Binary 10101101 111000 11110 0 1000100 1010011 100000 1011 1000110 101000

Color Harmonies of #AD381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD381E

Black with #AD381E

Text Example


Text Example

White with #AD381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD381E; }

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

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

background-color css

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

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

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

border-color css

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

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

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