Html Css Color HEX #AC3C0E Rust

📋 copy color: '#AC3C0E'

red 172 ◦ green 60 ◦ blue 14

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

Shades of Rust #AC3C0E

Tints of Rust #AC3C0E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.39%

 BLUE value IS 14 (5.86% from 255) = 5.69%

R = 69.92%
G = 24.39%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC3C0E (or 0xAC3C0E) is known color: Rust. HEX triplet: AC, 3C and 0E. RGB value is (172,60,14). Sum of RGB (Red+Green+Blue) = 172+60+14=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C0E is #53C3F1. Grayscale: #585858. Windows color (decimal): -5489650 or 933036. OLE color: 933036.

HSL color Cylindrical-coordinate representation of color #AC3C0E: hue angle of 17.47º degrees, saturation: 0.85, 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 #AC3C0E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 14 -
CMYK 0 0.65 0.92 0.33
HSL 17.47º 0.85% 0.36% -
HSV(B) 17.47º 0.92% 0.67% -
XYZ 18.71 12.03 1.75 -
YUV 88.24 86.11 187.74 -
System Red Green Blue C M Y K H S L
Decimal 172 60 14 0 0.65 0.92 0.33 17.47 0.85 0.36
Hex AC 3C E 0 41 5C 21 11 55 24
Octal 254 74 16 0 101 134 41 21 125 44
Binary 10101100 111100 1110 0 1000001 1011100 100001 10001 1010101 100100

Color Harmonies of #AC3C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C0E

Black with #AC3C0E

Text Example


Text Example

White with #AC3C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C0E; }

 p { color: rgb(172,60,14); }

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

background-color css

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

 a { background-color: rgb(172,60,14); }

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

border-color css

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

 span { border-color: rgb(172,60,14); }

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