Html Css Color HEX #AD3A15 Rust

📋 copy color: '#AD3A15'

red 173 ◦ green 58 ◦ blue 21

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

Shades of Rust #AD3A15

Tints of Rust #AD3A15

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.02%

 BLUE value IS 21 (8.59% from 255) = 8.33%

R = 68.65%
G = 23.02%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.32

RGB Variations

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

Color information

#AD3A15 (or 0xAD3A15) is known color: Rust. HEX triplet: AD, 3A and 15. RGB value is (173,58,21). Sum of RGB (Red+Green+Blue) = 173+58+21=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 58 (23.05% from 255 or 23.02% from 252); Blue value is 21 (8.59% from 255 or 8.33% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A15 is #52C5EA. Grayscale: #585858. Windows color (decimal): -5424619 or 1391277. OLE color: 1391277.

HSL color Cylindrical-coordinate representation of color #AD3A15: hue angle of 14.61º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD3A15 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 58 21 -
CMYK 0 0.66 0.88 0.32
HSL 14.61º 0.78% 0.38% -
HSV(B) 14.61º 0.88% 0.68% -
XYZ 18.88 11.96 2.02 -
YUV 88.17 90.1 188.51 -
System Red Green Blue C M Y K H S L
Decimal 173 58 21 0 0.66 0.88 0.32 14.61 0.78 0.38
Hex AD 3A 15 0 42 58 20 F 4E 26
Octal 255 72 25 0 102 130 40 17 116 46
Binary 10101101 111010 10101 0 1000010 1011000 100000 1111 1001110 100110

Color Harmonies of #AD3A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A15

Black with #AD3A15

Text Example


Text Example

White with #AD3A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A15; }

 p { color: rgb(173,58,21); }

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

background-color css

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

 a { background-color: rgb(173,58,21); }

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

border-color css

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

 span { border-color: rgb(173,58,21); }

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