Html Css Color HEX #AC3811 Rust

📋 copy color: '#AC3811'

red 172 ◦ green 56 ◦ blue 17

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

Shades of Rust #AC3811

Tints of Rust #AC3811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 70.2%
G = 22.86%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3811 (or 0xAC3811) is known color: Rust. HEX triplet: AC, 38 and 11. RGB value is (172,56,17). Sum of RGB (Red+Green+Blue) = 172+56+17=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3811 is #53C7EE. Grayscale: #565656. Windows color (decimal): -5490671 or 1128620. OLE color: 1128620.

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

Color convert

RGB 172 56 17 -
CMYK 0 0.67 0.90 0.33
HSL 15.1º 0.82% 0.37% -
HSV(B) 15.1º 0.9% 0.67% -
XYZ 18.53 11.64 1.8 -
YUV 86.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 172 56 17 0 0.67 0.90 0.33 15.1 0.82 0.37
Hex AC 38 11 0 43 5A 21 F 52 25
Octal 254 70 21 0 103 132 41 17 122 45
Binary 10101100 111000 10001 0 1000011 1011010 100001 1111 1010010 100101

Color Harmonies of #AC3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3811

Black with #AC3811

Text Example


Text Example

White with #AC3811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3811; }

 p { color: rgb(172,56,17); }

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

background-color css

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

 a { background-color: rgb(172,56,17); }

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

border-color css

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

 span { border-color: rgb(172,56,17); }

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