Html Css Color HEX #AD381C Rust

📋 copy color: '#AD381C'

red 173 ◦ green 56 ◦ blue 28

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

Shades of Rust #AD381C

Tints of Rust #AD381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 67.32%
G = 21.79%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD381C (or 0xAD381C) is known color: Rust. HEX triplet: AD, 38 and 1C. RGB value is (173,56,28). Sum of RGB (Red+Green+Blue) = 173+56+28=257 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.32% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 173 - color contains mainly: red. Hex color #AD381C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD381C is #52C7E3. Grayscale: #585858. Windows color (decimal): -5425124 or 1849517. OLE color: 1849517.

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

Color convert

RGB 173 56 28 -
CMYK 0 0.68 0.84 0.32
HSL 11.59º 0.72% 0.39% -
HSV(B) 11.59º 0.84% 0.68% -
XYZ 18.86 11.8 2.38 -
YUV 87.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 173 56 28 0 0.68 0.84 0.32 11.59 0.72 0.39
Hex AD 38 1C 0 44 54 20 C 48 27
Octal 255 70 34 0 104 124 40 14 110 47
Binary 10101101 111000 11100 0 1000100 1010100 100000 1100 1001000 100111

Color Harmonies of #AD381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD381C

Black with #AD381C

Text Example


Text Example

White with #AD381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD381C; }

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

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

background-color css

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

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

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

border-color css

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

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

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