Html Css Color HEX #AD3F1B Rust

📋 copy color: '#AD3F1B'

red 173 ◦ green 63 ◦ blue 27

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

Shades of Rust #AD3F1B

Tints of Rust #AD3F1B

RGB

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

 GREEN value IS 63 (25% from 255) = 23.95%

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

R = 65.78%
G = 23.95%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AD3F1B (or 0xAD3F1B) is known color: Rust. HEX triplet: AD, 3F and 1B. RGB value is (173,63,27). Sum of RGB (Red+Green+Blue) = 173+63+27=263 (34% of max value = 765). Red value is 173 (67.97% from 255 or 65.78% from 263); Green value is 63 (25% from 255 or 23.95% from 263); Blue value is 27 (10.94% from 255 or 10.27% from 263); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F1B is #52C0E4. Grayscale: #5C5C5C. Windows color (decimal): -5423333 or 1785773. OLE color: 1785773.

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

Color convert

RGB 173 63 27 -
CMYK 0 0.64 0.84 0.32
HSL 14.79º 0.73% 0.39% -
HSV(B) 14.79º 0.84% 0.68% -
XYZ 19.21 12.52 2.44 -
YUV 91.79 91.44 185.93 -
System Red Green Blue C M Y K H S L
Decimal 173 63 27 0 0.64 0.84 0.32 14.79 0.73 0.39
Hex AD 3F 1B 0 40 54 20 F 49 27
Octal 255 77 33 0 100 124 40 17 111 47
Binary 10101101 111111 11011 0 1000000 1010100 100000 1111 1001001 100111

Color Harmonies of #AD3F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3F1B

Black with #AD3F1B

Text Example


Text Example

White with #AD3F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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