Html Css Color HEX #AD371A Rust

📋 copy color: '#AD371A'

red 173 ◦ green 55 ◦ blue 26

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

Shades of Rust #AD371A

Tints of Rust #AD371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.24%

R = 68.11%
G = 21.65%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD371A (or 0xAD371A) is known color: Rust. HEX triplet: AD, 37 and 1A. RGB value is (173,55,26). Sum of RGB (Red+Green+Blue) = 173+55+26=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD371A is #52C8E5. Grayscale: #575757. Windows color (decimal): -5425382 or 1718189. OLE color: 1718189.

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

Color convert

RGB 173 55 26 -
CMYK 0 0.68 0.85 0.32
HSL 11.84º 0.74% 0.39% -
HSV(B) 11.84º 0.85% 0.68% -
XYZ 18.79 11.69 2.24 -
YUV 86.98 93.59 189.36 -
System Red Green Blue C M Y K H S L
Decimal 173 55 26 0 0.68 0.85 0.32 11.84 0.74 0.39
Hex AD 37 1A 0 44 55 20 C 4A 27
Octal 255 67 32 0 104 125 40 14 112 47
Binary 10101101 110111 11010 0 1000100 1010101 100000 1100 1001010 100111

Color Harmonies of #AD371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD371A

Black with #AD371A

Text Example


Text Example

White with #AD371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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