Html Css Color HEX #AC310F Rust

📋 copy color: '#AC310F'

red 172 ◦ green 49 ◦ blue 15

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

Shades of Rust #AC310F

Tints of Rust #AC310F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

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

R = 72.88%
G = 20.76%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AC310F (or 0xAC310F) is known color: Rust. HEX triplet: AC, 31 and 0F. RGB value is (172,49,15). Sum of RGB (Red+Green+Blue) = 172+49+15=236 (31% of max value = 765). Red value is 172 (67.58% from 255 or 72.88% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 172 - color contains mainly: red. Hex color #AC310F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC310F is #53CEF0. Grayscale: #525252. Windows color (decimal): -5492465 or 995756. OLE color: 995756.

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

Color convert

RGB 172 49 15 -
CMYK 0 0.72 0.91 0.33
HSL 12.99º 0.84% 0.37% -
HSV(B) 12.99º 0.91% 0.67% -
XYZ 18.2 11 1.62 -
YUV 81.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 172 49 15 0 0.72 0.91 0.33 12.99 0.84 0.37
Hex AC 31 F 0 48 5B 21 D 54 25
Octal 254 61 17 0 110 133 41 15 124 45
Binary 10101100 110001 1111 0 1001000 1011011 100001 1101 1010100 100101

Color Harmonies of #AC310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC310F

Black with #AC310F

Text Example


Text Example

White with #AC310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC310F; }

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

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

background-color css

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

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

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

border-color css

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

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

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