Html Css Color HEX #AC2901 Rust

📋 copy color: '#AC2901'

red 172 ◦ green 41 ◦ blue 1

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

Shades of Rust #AC2901

Tints of Rust #AC2901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

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

R = 80.37%
G = 19.16%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC2901 (or 0xAC2901) is known color: Rust. HEX triplet: AC, 29 and 01. RGB value is (172,41,1). Sum of RGB (Red+Green+Blue) = 172+41+1=214 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80.37% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 1 (0.78% from 255 or 0.47% from 214); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2901 is #53D6FE. Grayscale: #4B4B4B. Windows color (decimal): -5494527 or 76204. OLE color: 76204.

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

Color convert

RGB 172 41 1 -
CMYK 0 0.76 0.99 0.33
HSL 14.04º 0.99% 0.34% -
HSV(B) 14.04º 0.99% 0.67% -
XYZ 17.81 10.36 1.09 -
YUV 75.61 85.9 196.75 -
System Red Green Blue C M Y K H S L
Decimal 172 41 1 0 0.76 0.99 0.33 14.04 0.99 0.34
Hex AC 29 1 0 4C 63 21 E 63 22
Octal 254 51 1 0 114 143 41 16 143 42
Binary 10101100 101001 1 0 1001100 1100011 100001 1110 1100011 100010

Color Harmonies of #AC2901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2901

Black with #AC2901

Text Example


Text Example

White with #AC2901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2901; }

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

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

background-color css

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

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

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

border-color css

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

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

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