Html Css Color HEX #AC2C01 Rust

📋 copy color: '#AC2C01'

red 172 ◦ green 44 ◦ blue 1

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

Shades of Rust #AC2C01

Tints of Rust #AC2C01

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.28%

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

R = 79.26%
G = 20.28%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC2C01 (or 0xAC2C01) is known color: Rust. HEX triplet: AC, 2C and 01. RGB value is (172,44,1). Sum of RGB (Red+Green+Blue) = 172+44+1=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 1 (0.78% from 255 or 0.46% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2C01 is #53D3FE. Grayscale: #4D4D4D. Windows color (decimal): -5493759 or 76972. OLE color: 76972.

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

Color convert

RGB 172 44 1 -
CMYK 0 0.74 0.99 0.33
HSL 15.09º 0.99% 0.34% -
HSV(B) 15.09º 0.99% 0.67% -
XYZ 17.92 10.57 1.13 -
YUV 77.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 172 44 1 0 0.74 0.99 0.33 15.09 0.99 0.34
Hex AC 2C 1 0 4A 63 21 F 63 22
Octal 254 54 1 0 112 143 41 17 143 42
Binary 10101100 101100 1 0 1001010 1100011 100001 1111 1100011 100010

Color Harmonies of #AC2C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2C01

Black with #AC2C01

Text Example


Text Example

White with #AC2C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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