Html Css Color HEX #AC2B0A Rust

📋 copy color: '#AC2B0A'

red 172 ◦ green 43 ◦ blue 10

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

Shades of Rust #AC2B0A

Tints of Rust #AC2B0A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.11%

 BLUE value IS 10 (4.3% from 255) = 4.44%

R = 76.44%
G = 19.11%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC2B0A (or 0xAC2B0A) is known color: Rust. HEX triplet: AC, 2B and 0A. RGB value is (172,43,10). Sum of RGB (Red+Green+Blue) = 172+43+10=225 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.44% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 10 (4.30% from 255 or 4.44% from 225); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B0A is #53D4F5. Grayscale: #4E4E4E. Windows color (decimal): -5494006 or 666540. OLE color: 666540.

HSL color Cylindrical-coordinate representation of color #AC2B0A: hue angle of 12.22º degrees, saturation: 0.89, 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 #AC2B0A is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 43 10 -
CMYK 0 0.75 0.94 0.33
HSL 12.22º 0.89% 0.36% -
HSV(B) 12.22º 0.94% 0.67% -
XYZ 17.93 10.52 1.37 -
YUV 77.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 172 43 10 0 0.75 0.94 0.33 12.22 0.89 0.36
Hex AC 2B A 0 4B 5E 21 C 59 24
Octal 254 53 12 0 113 136 41 14 131 44
Binary 10101100 101011 1010 0 1001011 1011110 100001 1100 1011001 100100

Color Harmonies of #AC2B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B0A

Black with #AC2B0A

Text Example


Text Example

White with #AC2B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B0A; }

 p { color: rgb(172,43,10); }

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

background-color css

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

 a { background-color: rgb(172,43,10); }

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

border-color css

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

 span { border-color: rgb(172,43,10); }

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