Html Css Color HEX #AC3014 Rust

📋 copy color: '#AC3014'

red 172 ◦ green 48 ◦ blue 20

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

Shades of Rust #AC3014

Tints of Rust #AC3014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 20 (8.2% from 255) = 8.33%

R = 71.67%
G = 20%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3014 (or 0xAC3014) is known color: Rust. HEX triplet: AC, 30 and 14. RGB value is (172,48,20). Sum of RGB (Red+Green+Blue) = 172+48+20=240 (31% of max value = 765). Red value is 172 (67.58% from 255 or 71.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3014 is #53CFEB. Grayscale: #525252. Windows color (decimal): -5492716 or 1323180. OLE color: 1323180.

HSL color Cylindrical-coordinate representation of color #AC3014: hue angle of 11.05º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3014 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 20 -
CMYK 0 0.72 0.88 0.33
HSL 11.05º 0.79% 0.38% -
HSV(B) 11.05º 0.88% 0.67% -
XYZ 18.2 10.94 1.81 -
YUV 81.88 93.08 192.28 -
System Red Green Blue C M Y K H S L
Decimal 172 48 20 0 0.72 0.88 0.33 11.05 0.79 0.38
Hex AC 30 14 0 48 58 21 B 4F 26
Octal 254 60 24 0 110 130 41 13 117 46
Binary 10101100 110000 10100 0 1001000 1011000 100001 1011 1001111 100110

Color Harmonies of #AC3014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3014

Black with #AC3014

Text Example


Text Example

White with #AC3014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3014; }

 p { color: rgb(172,48,20); }

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

background-color css

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

 a { background-color: rgb(172,48,20); }

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

border-color css

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

 span { border-color: rgb(172,48,20); }

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