Html Css Color HEX #AC2E01 Rust

📋 copy color: '#AC2E01'

red 172 ◦ green 46 ◦ blue 1

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

Shades of Rust #AC2E01

Tints of Rust #AC2E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 78.54%
G = 21%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC2E01 (or 0xAC2E01) is known color: Rust. HEX triplet: AC, 2E and 01. RGB value is (172,46,1). Sum of RGB (Red+Green+Blue) = 172+46+1=219 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.54% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 1 (0.78% from 255 or 0.46% from 219); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2E01 is #53D1FE. Grayscale: #4E4E4E. Windows color (decimal): -5493247 or 77484. OLE color: 77484.

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

Color convert

RGB 172 46 1 -
CMYK 0 0.73 0.99 0.33
HSL 15.79º 0.99% 0.34% -
HSV(B) 15.79º 0.99% 0.67% -
XYZ 18 10.73 1.15 -
YUV 78.54 84.24 194.66 -
System Red Green Blue C M Y K H S L
Decimal 172 46 1 0 0.73 0.99 0.33 15.79 0.99 0.34
Hex AC 2E 1 0 49 63 21 10 63 22
Octal 254 56 1 0 111 143 41 20 143 42
Binary 10101100 101110 1 0 1001001 1100011 100001 10000 1100011 100010

Color Harmonies of #AC2E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2E01

Black with #AC2E01

Text Example


Text Example

White with #AC2E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2E01; }

 p { color: rgb(172,46,1); }

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

background-color css

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

 a { background-color: rgb(172,46,1); }

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

border-color css

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

 span { border-color: rgb(172,46,1); }

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