Html Css Color HEX #AD3C1B Rust

📋 copy color: '#AD3C1B'

red 173 ◦ green 60 ◦ blue 27

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

Shades of Rust #AD3C1B

Tints of Rust #AD3C1B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.08%

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 66.54%
G = 23.08%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD3C1B (or 0xAD3C1B) is known color: Rust. HEX triplet: AD, 3C and 1B. RGB value is (173,60,27). Sum of RGB (Red+Green+Blue) = 173+60+27=260 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.54% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3C1B is #52C3E4. Grayscale: #5A5A5A. Windows color (decimal): -5424101 or 1785005. OLE color: 1785005.

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

Color convert

RGB 173 60 27 -
CMYK 0 0.65 0.84 0.32
HSL 13.56º 0.73% 0.39% -
HSV(B) 13.56º 0.84% 0.68% -
XYZ 19.05 12.2 2.39 -
YUV 90.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 173 60 27 0 0.65 0.84 0.32 13.56 0.73 0.39
Hex AD 3C 1B 0 41 54 20 E 49 27
Octal 255 74 33 0 101 124 40 16 111 47
Binary 10101101 111100 11011 0 1000001 1010100 100000 1110 1001001 100111

Color Harmonies of #AD3C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3C1B

Black with #AD3C1B

Text Example


Text Example

White with #AD3C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3C1B; }

 p { color: rgb(173,60,27); }

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

background-color css

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

 a { background-color: rgb(173,60,27); }

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

border-color css

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

 span { border-color: rgb(173,60,27); }

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