Html Css Color HEX #AD3618 Rust

📋 copy color: '#AD3618'

red 173 ◦ green 54 ◦ blue 24

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

Shades of Rust #AD3618

Tints of Rust #AD3618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.51%

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

R = 68.92%
G = 21.51%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD3618 (or 0xAD3618) is known color: Rust. HEX triplet: AD, 36 and 18. RGB value is (173,54,24). Sum of RGB (Red+Green+Blue) = 173+54+24=251 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.92% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3618 is #52C9E7. Grayscale: #565656. Windows color (decimal): -5425640 or 1586861. OLE color: 1586861.

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

Color convert

RGB 173 54 24 -
CMYK 0 0.69 0.86 0.32
HSL 12.08º 0.76% 0.39% -
HSV(B) 12.08º 0.86% 0.68% -
XYZ 18.72 11.59 2.11 -
YUV 86.16 92.92 189.94 -
System Red Green Blue C M Y K H S L
Decimal 173 54 24 0 0.69 0.86 0.32 12.08 0.76 0.39
Hex AD 36 18 0 45 56 20 C 4C 27
Octal 255 66 30 0 105 126 40 14 114 47
Binary 10101101 110110 11000 0 1000101 1010110 100000 1100 1001100 100111

Color Harmonies of #AD3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3618

Black with #AD3618

Text Example


Text Example

White with #AD3618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3618; }

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

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

background-color css

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

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

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

border-color css

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

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

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