Html Css Color HEX #AC3012 Rust

📋 copy color: '#AC3012'

red 172 ◦ green 48 ◦ blue 18

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

Shades of Rust #AC3012

Tints of Rust #AC3012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 72.27%
G = 20.17%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3012 (or 0xAC3012) is known color: Rust. HEX triplet: AC, 30 and 12. RGB value is (172,48,18). Sum of RGB (Red+Green+Blue) = 172+48+18=238 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.27% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3012 is #53CFED. Grayscale: #515151. Windows color (decimal): -5492718 or 1192108. OLE color: 1192108.

HSL color Cylindrical-coordinate representation of color #AC3012: hue angle of 11.69º degrees, saturation: 0.81, 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 #AC3012 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 18 -
CMYK 0 0.72 0.90 0.33
HSL 11.69º 0.81% 0.37% -
HSV(B) 11.69º 0.9% 0.67% -
XYZ 18.18 10.93 1.72 -
YUV 81.66 92.08 192.44 -
System Red Green Blue C M Y K H S L
Decimal 172 48 18 0 0.72 0.90 0.33 11.69 0.81 0.37
Hex AC 30 12 0 48 5A 21 C 51 25
Octal 254 60 22 0 110 132 41 14 121 45
Binary 10101100 110000 10010 0 1001000 1011010 100001 1100 1010001 100101

Color Harmonies of #AC3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3012

Black with #AC3012

Text Example


Text Example

White with #AC3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3012; }

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

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

background-color css

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

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

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

border-color css

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

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

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