Html Css Color HEX #AD3818 Rust

📋 copy color: '#AD3818'

red 173 ◦ green 56 ◦ blue 24

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

Shades of Rust #AD3818

Tints of Rust #AD3818

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.13%

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

R = 68.38%
G = 22.13%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.32

RGB Variations

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

Color information

#AD3818 (or 0xAD3818) is known color: Rust. HEX triplet: AD, 38 and 18. RGB value is (173,56,24). Sum of RGB (Red+Green+Blue) = 173+56+24=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3818 is #52C7E7. Grayscale: #575757. Windows color (decimal): -5425128 or 1587373. OLE color: 1587373.

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

Color convert

RGB 173 56 24 -
CMYK 0 0.68 0.86 0.32
HSL 12.89º 0.76% 0.39% -
HSV(B) 12.89º 0.86% 0.68% -
XYZ 18.81 11.78 2.15 -
YUV 87.34 92.26 189.1 -
System Red Green Blue C M Y K H S L
Decimal 173 56 24 0 0.68 0.86 0.32 12.89 0.76 0.39
Hex AD 38 18 0 44 56 20 D 4C 27
Octal 255 70 30 0 104 126 40 15 114 47
Binary 10101101 111000 11000 0 1000100 1010110 100000 1101 1001100 100111

Color Harmonies of #AD3818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3818

Black with #AD3818

Text Example


Text Example

White with #AD3818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3818; }

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

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

background-color css

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

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

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

border-color css

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

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

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