Html Css Color HEX #AC2F10 Rust

📋 copy color: '#AC2F10'

red 172 ◦ green 47 ◦ blue 16

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

Shades of Rust #AC2F10

Tints of Rust #AC2F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.81%

R = 73.19%
G = 20%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC2F10 (or 0xAC2F10) is known color: Rust. HEX triplet: AC, 2F and 10. RGB value is (172,47,16). Sum of RGB (Red+Green+Blue) = 172+47+16=235 (31% of max value = 765). Red value is 172 (67.58% from 255 or 73.19% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F10 is #53D0EF. Grayscale: #515151. Windows color (decimal): -5492976 or 1060780. OLE color: 1060780.

HSL color Cylindrical-coordinate representation of color #AC2F10: hue angle of 11.92º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC2F10 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 47 16 -
CMYK 0 0.73 0.91 0.33
HSL 11.92º 0.83% 0.37% -
HSV(B) 11.92º 0.91% 0.67% -
XYZ 18.12 10.84 1.63 -
YUV 80.84 91.41 193.02 -
System Red Green Blue C M Y K H S L
Decimal 172 47 16 0 0.73 0.91 0.33 11.92 0.83 0.37
Hex AC 2F 10 0 49 5B 21 C 53 25
Octal 254 57 20 0 111 133 41 14 123 45
Binary 10101100 101111 10000 0 1001001 1011011 100001 1100 1010011 100101

Color Harmonies of #AC2F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F10

Black with #AC2F10

Text Example


Text Example

White with #AC2F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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