Html Css Color HEX #AD3D18 Rust

📋 copy color: '#AD3D18'

red 173 ◦ green 61 ◦ blue 24

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

Shades of Rust #AD3D18

Tints of Rust #AD3D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.64%

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

R = 67.05%
G = 23.64%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD3D18 (or 0xAD3D18) is known color: Rust. HEX triplet: AD, 3D and 18. RGB value is (173,61,24). Sum of RGB (Red+Green+Blue) = 173+61+24=258 (34% of max value = 765). Red value is 173 (67.97% from 255 or 67.05% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D18 is #52C2E7. Grayscale: #5A5A5A. Windows color (decimal): -5423848 or 1588653. OLE color: 1588653.

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

Color convert

RGB 173 61 24 -
CMYK 0 0.65 0.86 0.32
HSL 14.9º 0.76% 0.39% -
HSV(B) 14.9º 0.86% 0.68% -
XYZ 19.07 12.29 2.23 -
YUV 90.27 90.61 187.01 -
System Red Green Blue C M Y K H S L
Decimal 173 61 24 0 0.65 0.86 0.32 14.9 0.76 0.39
Hex AD 3D 18 0 41 56 20 F 4C 27
Octal 255 75 30 0 101 126 40 17 114 47
Binary 10101101 111101 11000 0 1000001 1010110 100000 1111 1001100 100111

Color Harmonies of #AD3D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3D18

Black with #AD3D18

Text Example


Text Example

White with #AD3D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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