Html Css Color HEX #AC4113 Rust

📋 copy color: '#AC4113'

red 172 ◦ green 65 ◦ blue 19

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

Shades of Rust #AC4113

Tints of Rust #AC4113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

 BLUE value IS 19 (7.81% from 255) = 7.42%

R = 67.19%
G = 25.39%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AC4113 (or 0xAC4113) is known color: Rust. HEX triplet: AC, 41 and 13. RGB value is (172,65,19). Sum of RGB (Red+Green+Blue) = 172+65+19=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 19 (7.81% from 255 or 7.42% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC4113 is #53BEEC. Grayscale: #5C5C5C. Windows color (decimal): -5488365 or 1261996. OLE color: 1261996.

HSL color Cylindrical-coordinate representation of color #AC4113: hue angle of 18.04º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AC4113 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 65 19 -
CMYK 0 0.62 0.89 0.33
HSL 18.04º 0.8% 0.37% -
HSV(B) 18.04º 0.89% 0.67% -
XYZ 19.02 12.6 2.05 -
YUV 91.75 86.95 185.24 -
System Red Green Blue C M Y K H S L
Decimal 172 65 19 0 0.62 0.89 0.33 18.04 0.8 0.37
Hex AC 41 13 0 3E 59 21 12 50 25
Octal 254 101 23 0 76 131 41 22 120 45
Binary 10101100 1000001 10011 0 111110 1011001 100001 10010 1010000 100101

Color Harmonies of #AC4113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4113

Black with #AC4113

Text Example


Text Example

White with #AC4113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4113; }

 p { color: rgb(172,65,19); }

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

background-color css

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

 a { background-color: rgb(172,65,19); }

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

border-color css

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

 span { border-color: rgb(172,65,19); }

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