Html Css Color HEX #AC3000 Rust

📋 copy color: '#AC3000'

red 172 ◦ green 48 ◦ blue 0

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

Shades of Rust #AC3000

Tints of Rust #AC3000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.18%
G = 21.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC3000 (or 0xAC3000) is known color: Rust. HEX triplet: AC, 30 and 00. RGB value is (172,48,0). Sum of RGB (Red+Green+Blue) = 172+48+0=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 48 (19.14% from 255 or 21.82% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3000 is #53CFFF. Grayscale: #4F4F4F. Windows color (decimal): -5492736 or 12460. OLE color: 12460.

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

Color convert

RGB 172 48 0 -
CMYK 0 0.72 1 0.33
HSL 16.74º 1% 0.34% -
HSV(B) 16.74º 1% 0.67% -
XYZ 18.07 10.88 1.15 -
YUV 79.6 83.08 193.9 -
System Red Green Blue C M Y K H S L
Decimal 172 48 0 0 0.72 1 0.33 16.74 1 0.34
Hex AC 30 0 0 48 64 21 11 64 22
Octal 254 60 0 0 110 144 41 21 144 42
Binary 10101100 110000 0 0 1001000 1100100 100001 10001 1100100 100010

Color Harmonies of #AC3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3000

Black with #AC3000

Text Example


Text Example

White with #AC3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3000; }

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

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

background-color css

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

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

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

border-color css

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

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

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