Html Css Color HEX #AC2F0A Rust

📋 copy color: '#AC2F0A'

red 172 ◦ green 47 ◦ blue 10

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

Shades of Rust #AC2F0A

Tints of Rust #AC2F0A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.52%

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

R = 75.11%
G = 20.52%
B = 4.37%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC2F0A (or 0xAC2F0A) is known color: Rust. HEX triplet: AC, 2F and 0A. RGB value is (172,47,10). Sum of RGB (Red+Green+Blue) = 172+47+10=229 (30% of max value = 765). Red value is 172 (67.58% from 255 or 75.11% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 10 (4.30% from 255 or 4.37% from 229); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F0A is #53D0F5. Grayscale: #505050. Windows color (decimal): -5492982 or 667564. OLE color: 667564.

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

Color convert

RGB 172 47 10 -
CMYK 0 0.73 0.94 0.33
HSL 13.7º 0.89% 0.36% -
HSV(B) 13.7º 0.94% 0.67% -
XYZ 18.08 10.83 1.42 -
YUV 80.16 88.41 193.51 -
System Red Green Blue C M Y K H S L
Decimal 172 47 10 0 0.73 0.94 0.33 13.7 0.89 0.36
Hex AC 2F A 0 49 5E 21 E 59 24
Octal 254 57 12 0 111 136 41 16 131 44
Binary 10101100 101111 1010 0 1001001 1011110 100001 1110 1011001 100100

Color Harmonies of #AC2F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F0A

Black with #AC2F0A

Text Example


Text Example

White with #AC2F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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