Html Css Color HEX #AD381D Rust

📋 copy color: '#AD381D'

red 173 ◦ green 56 ◦ blue 29

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

Shades of Rust #AD381D

Tints of Rust #AD381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 67.05%
G = 21.71%
B = 11.24%

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

#AD381D (or 0xAD381D) is known color: Rust. HEX triplet: AD, 38 and 1D. RGB value is (173,56,29). Sum of RGB (Red+Green+Blue) = 173+56+29=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD381D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD381D is #52C7E2. Grayscale: #585858. Windows color (decimal): -5425123 or 1915053. OLE color: 1915053.

HSL color Cylindrical-coordinate representation of color #AD381D: hue angle of 11.25º degrees, saturation: 0.71, 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 #AD381D is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 56 29 -
CMYK 0 0.68 0.83 0.32
HSL 11.25º 0.71% 0.4% -
HSV(B) 11.25º 0.83% 0.68% -
XYZ 18.87 11.8 2.45 -
YUV 87.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 173 56 29 0 0.68 0.83 0.32 11.25 0.71 0.4
Hex AD 38 1D 0 44 53 20 B 47 28
Octal 255 70 35 0 104 123 40 13 107 50
Binary 10101101 111000 11101 0 1000100 1010011 100000 1011 1000111 101000

Color Harmonies of #AD381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD381D

Black with #AD381D

Text Example


Text Example

White with #AD381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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