Html Css Color HEX #AD381F Rust

📋 copy color: '#AD381F'

red 173 ◦ green 56 ◦ blue 31

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

Shades of Rust #AD381F

Tints of Rust #AD381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.92%

R = 66.54%
G = 21.54%
B = 11.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AD381F (or 0xAD381F) is known color: Rust. HEX triplet: AD, 38 and 1F. RGB value is (173,56,31). Sum of RGB (Red+Green+Blue) = 173+56+31=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD381F is #52C7E0. Grayscale: #585858. Windows color (decimal): -5425121 or 2046125. OLE color: 2046125.

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

Color convert

RGB 173 56 31 -
CMYK 0 0.68 0.82 0.32
HSL 10.56º 0.7% 0.4% -
HSV(B) 10.56º 0.82% 0.68% -
XYZ 18.9 11.81 2.58 -
YUV 88.13 95.76 188.53 -
System Red Green Blue C M Y K H S L
Decimal 173 56 31 0 0.68 0.82 0.32 10.56 0.7 0.4
Hex AD 38 1F 0 44 52 20 B 46 28
Octal 255 70 37 0 104 122 40 13 106 50
Binary 10101101 111000 11111 0 1000100 1010010 100000 1011 1000110 101000

Color Harmonies of #AD381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD381F

Black with #AD381F

Text Example


Text Example

White with #AD381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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