Html Css Color HEX #AC4D0D Rust

📋 copy color: '#AC4D0D'

red 172 ◦ green 77 ◦ blue 13

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

Shades of Rust #AC4D0D

Tints of Rust #AC4D0D

RGB

 RED value IS 172 (67.58% from 255) = 65.65%

 GREEN value IS 77 (30.47% from 255) = 29.39%

 BLUE value IS 13 (5.47% from 255) = 4.96%

R = 65.65%
G = 29.39%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC4D0D (or 0xAC4D0D) is known color: Rust. HEX triplet: AC, 4D and 0D. RGB value is (172,77,13). Sum of RGB (Red+Green+Blue) = 172+77+13=262 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.65% from 262); Green value is 77 (30.47% from 255 or 29.39% from 262); Blue value is 13 (5.47% from 255 or 4.96% from 262); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AC4D0D is #53B2F2. Grayscale: #626262. Windows color (decimal): -5485299 or 871852. OLE color: 871852.

HSL color Cylindrical-coordinate representation of color #AC4D0D: hue angle of 24.15º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC4D0D is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 77 13 -
CMYK 0 0.55 0.92 0.33
HSL 24.15º 0.86% 0.36% -
HSV(B) 24.15º 0.92% 0.67% -
XYZ 19.74 14.11 2.06 -
YUV 98.11 79.97 180.7 -
System Red Green Blue C M Y K H S L
Decimal 172 77 13 0 0.55 0.92 0.33 24.15 0.86 0.36
Hex AC 4D D 0 37 5C 21 18 56 24
Octal 254 115 15 0 67 134 41 30 126 44
Binary 10101100 1001101 1101 0 110111 1011100 100001 11000 1010110 100100

Color Harmonies of #AC4D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D0D

Black with #AC4D0D

Text Example


Text Example

White with #AC4D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D0D; }

 p { color: rgb(172,77,13); }

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

background-color css

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

 a { background-color: rgb(172,77,13); }

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

border-color css

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

 span { border-color: rgb(172,77,13); }

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