Html Css Color HEX #AC3E00 Rust

📋 copy color: '#AC3E00'

red 172 ◦ green 62 ◦ blue 0

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

Shades of Rust #AC3E00

Tints of Rust #AC3E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.5%

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

R = 73.5%
G = 26.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC3E00 (or 0xAC3E00) is known color: Rust. HEX triplet: AC, 3E and 00. RGB value is (172,62,0). Sum of RGB (Red+Green+Blue) = 172+62+0=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E00 is #53C1FF. Grayscale: #585858. Windows color (decimal): -5489152 or 16044. OLE color: 16044.

HSL color Cylindrical-coordinate representation of color #AC3E00: hue angle of 21.63º 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 #AC3E00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 62 0 -
CMYK 0 0.64 1 0.33
HSL 21.63º 1% 0.34% -
HSV(B) 21.63º 1% 0.67% -
XYZ 18.74 12.22 1.37 -
YUV 87.82 78.44 188.04 -
System Red Green Blue C M Y K H S L
Decimal 172 62 0 0 0.64 1 0.33 21.63 1 0.34
Hex AC 3E 0 0 40 64 21 16 64 22
Octal 254 76 0 0 100 144 41 26 144 42
Binary 10101100 111110 0 0 1000000 1100100 100001 10110 1100100 100010

Color Harmonies of #AC3E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E00

Black with #AC3E00

Text Example


Text Example

White with #AC3E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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