Html Css Color HEX #AC290B Rust

📋 copy color: '#AC290B'

red 172 ◦ green 41 ◦ blue 11

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

Shades of Rust #AC290B

Tints of Rust #AC290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.91%

R = 76.79%
G = 18.3%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC290B (or 0xAC290B) is known color: Rust. HEX triplet: AC, 29 and 0B. RGB value is (172,41,11). Sum of RGB (Red+Green+Blue) = 172+41+11=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC290B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC290B is #53D6F4. Grayscale: #4C4C4C. Windows color (decimal): -5494517 or 731564. OLE color: 731564.

HSL color Cylindrical-coordinate representation of color #AC290B: hue angle of 11.18º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC290B is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 41 11 -
CMYK 0 0.76 0.94 0.33
HSL 11.18º 0.88% 0.36% -
HSV(B) 11.18º 0.94% 0.67% -
XYZ 17.87 10.38 1.38 -
YUV 76.75 90.9 195.94 -
System Red Green Blue C M Y K H S L
Decimal 172 41 11 0 0.76 0.94 0.33 11.18 0.88 0.36
Hex AC 29 B 0 4C 5E 21 B 58 24
Octal 254 51 13 0 114 136 41 13 130 44
Binary 10101100 101001 1011 0 1001100 1011110 100001 1011 1011000 100100

Color Harmonies of #AC290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC290B

Black with #AC290B

Text Example


Text Example

White with #AC290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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