Html Css Color HEX #AD3A18 Rust

📋 copy color: '#AD3A18'

red 173 ◦ green 58 ◦ blue 24

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

Shades of Rust #AD3A18

Tints of Rust #AD3A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 67.84%
G = 22.75%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD3A18 (or 0xAD3A18) is known color: Rust. HEX triplet: AD, 3A and 18. RGB value is (173,58,24). Sum of RGB (Red+Green+Blue) = 173+58+24=255 (33% of max value = 765). Red value is 173 (67.97% from 255 or 67.84% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A18 is #52C5E7. Grayscale: #585858. Windows color (decimal): -5424616 or 1587885. OLE color: 1587885.

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

Color convert

RGB 173 58 24 -
CMYK 0 0.66 0.86 0.32
HSL 13.69º 0.76% 0.39% -
HSV(B) 13.69º 0.86% 0.68% -
XYZ 18.91 11.98 2.18 -
YUV 88.51 91.6 188.26 -
System Red Green Blue C M Y K H S L
Decimal 173 58 24 0 0.66 0.86 0.32 13.69 0.76 0.39
Hex AD 3A 18 0 42 56 20 E 4C 27
Octal 255 72 30 0 102 126 40 16 114 47
Binary 10101101 111010 11000 0 1000010 1010110 100000 1110 1001100 100111

Color Harmonies of #AD3A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3A18

Black with #AD3A18

Text Example


Text Example

White with #AD3A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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