Html Css Color HEX #AC2600 Rust

📋 copy color: '#AC2600'

red 172 ◦ green 38 ◦ blue 0

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

Shades of Rust #AC2600

Tints of Rust #AC2600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.1%

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

R = 81.9%
G = 18.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AC2600 (or 0xAC2600) is known color: Rust. HEX triplet: AC, 26 and 00. RGB value is (172,38,0). Sum of RGB (Red+Green+Blue) = 172+38+0=210 (27% of max value = 765). Red value is 172 (67.58% from 255 or 81.90% from 210); Green value is 38 (15.23% from 255 or 18.10% from 210); Blue value is 0 (0.39% from 255 or 0% from 210); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2600 is #53D9FF. Grayscale: #4A4A4A. Windows color (decimal): -5495296 or 9900. OLE color: 9900.

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

Color convert

RGB 172 38 0 -
CMYK 0 0.78 1 0.33
HSL 13.26º 1% 0.34% -
HSV(B) 13.26º 1% 0.67% -
XYZ 17.71 10.16 1.03 -
YUV 73.73 86.39 198.09 -
System Red Green Blue C M Y K H S L
Decimal 172 38 0 0 0.78 1 0.33 13.26 1 0.34
Hex AC 26 0 0 4E 64 21 D 64 22
Octal 254 46 0 0 116 144 41 15 144 42
Binary 10101100 100110 0 0 1001110 1100100 100001 1101 1100100 100010

Color Harmonies of #AC2600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2600

Black with #AC2600

Text Example


Text Example

White with #AC2600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2600; }

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

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

background-color css

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

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

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

border-color css

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

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

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