Html Css Color HEX #AC2F0F Rust

📋 copy color: '#AC2F0F'

red 172 ◦ green 47 ◦ blue 15

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

Shades of Rust #AC2F0F

Tints of Rust #AC2F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.41%

R = 73.5%
G = 20.09%
B = 6.41%

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

#AC2F0F (or 0xAC2F0F) is known color: Rust. HEX triplet: AC, 2F and 0F. RGB value is (172,47,15). Sum of RGB (Red+Green+Blue) = 172+47+15=234 (30% of max value = 765). Red value is 172 (67.58% from 255 or 73.50% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F0F is #53D0F0. Grayscale: #505050. Windows color (decimal): -5492977 or 995244. OLE color: 995244.

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

Color convert

RGB 172 47 15 -
CMYK 0 0.73 0.91 0.33
HSL 12.23º 0.84% 0.37% -
HSV(B) 12.23º 0.91% 0.67% -
XYZ 18.12 10.84 1.59 -
YUV 80.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 172 47 15 0 0.73 0.91 0.33 12.23 0.84 0.37
Hex AC 2F F 0 49 5B 21 C 54 25
Octal 254 57 17 0 111 133 41 14 124 45
Binary 10101100 101111 1111 0 1001001 1011011 100001 1100 1010100 100101

Color Harmonies of #AC2F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F0F

Black with #AC2F0F

Text Example


Text Example

White with #AC2F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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