Html Css Color HEX #AD371C Rust

📋 copy color: '#AD371C'

red 173 ◦ green 55 ◦ blue 28

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

Shades of Rust #AD371C

Tints of Rust #AD371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.48%

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

R = 67.58%
G = 21.48%
B = 10.94%

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

#AD371C (or 0xAD371C) is known color: Rust. HEX triplet: AD, 37 and 1C. RGB value is (173,55,28). Sum of RGB (Red+Green+Blue) = 173+55+28=256 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.58% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 28 (11.33% from 255 or 10.94% from 256); Max value from RGB is 173 - color contains mainly: red. Hex color #AD371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD371C is #52C8E3. Grayscale: #575757. Windows color (decimal): -5425380 or 1849261. OLE color: 1849261.

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

Color convert

RGB 173 55 28 -
CMYK 0 0.68 0.84 0.32
HSL 11.17º 0.72% 0.39% -
HSV(B) 11.17º 0.84% 0.68% -
XYZ 18.81 11.7 2.37 -
YUV 87.2 94.59 189.2 -
System Red Green Blue C M Y K H S L
Decimal 173 55 28 0 0.68 0.84 0.32 11.17 0.72 0.39
Hex AD 37 1C 0 44 54 20 B 48 27
Octal 255 67 34 0 104 124 40 13 110 47
Binary 10101101 110111 11100 0 1000100 1010100 100000 1011 1001000 100111

Color Harmonies of #AD371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD371C

Black with #AD371C

Text Example


Text Example

White with #AD371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD371C; }

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

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

background-color css

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

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

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

border-color css

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

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

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