Html Css Color HEX #AC480C Rust

📋 copy color: '#AC480C'

red 172 ◦ green 72 ◦ blue 12

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

Shades of Rust #AC480C

Tints of Rust #AC480C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 12 (5.08% from 255) = 4.69%

R = 67.19%
G = 28.13%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC480C (or 0xAC480C) is known color: Rust. HEX triplet: AC, 48 and 0C. RGB value is (172,72,12). Sum of RGB (Red+Green+Blue) = 172+72+12=256 (33% of max value = 765). Red value is 172 (67.58% from 255 or 67.19% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 172 - color contains mainly: red. Hex color #AC480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC480C is #53B7F3. Grayscale: #5F5F5F. Windows color (decimal): -5486580 or 805036. OLE color: 805036.

HSL color Cylindrical-coordinate representation of color #AC480C: hue angle of 22.5º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC480C is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 72 12 -
CMYK 0 0.58 0.93 0.33
HSL 22.5º 0.87% 0.36% -
HSV(B) 22.5º 0.93% 0.67% -
XYZ 19.4 13.43 1.92 -
YUV 95.06 81.13 182.88 -
System Red Green Blue C M Y K H S L
Decimal 172 72 12 0 0.58 0.93 0.33 22.5 0.87 0.36
Hex AC 48 C 0 3A 5D 21 16 57 24
Octal 254 110 14 0 72 135 41 26 127 44
Binary 10101100 1001000 1100 0 111010 1011101 100001 10110 1010111 100100

Color Harmonies of #AC480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC480C

Black with #AC480C

Text Example


Text Example

White with #AC480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC480C; }

 p { color: rgb(172,72,12); }

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

background-color css

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

 a { background-color: rgb(172,72,12); }

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

border-color css

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

 span { border-color: rgb(172,72,12); }

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