Html Css Color HEX #AC3109 Rust

📋 copy color: '#AC3109'

red 172 ◦ green 49 ◦ blue 9

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

Shades of Rust #AC3109

Tints of Rust #AC3109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.91%

R = 74.78%
G = 21.3%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC3109 (or 0xAC3109) is known color: Rust. HEX triplet: AC, 31 and 09. RGB value is (172,49,9). Sum of RGB (Red+Green+Blue) = 172+49+9=230 (30% of max value = 765). Red value is 172 (67.58% from 255 or 74.78% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3109 is #53CEF6. Grayscale: #515151. Windows color (decimal): -5492471 or 602540. OLE color: 602540.

HSL color Cylindrical-coordinate representation of color #AC3109: hue angle of 14.72º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC3109 is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 49 9 -
CMYK 0 0.72 0.95 0.33
HSL 14.72º 0.9% 0.35% -
HSV(B) 14.72º 0.95% 0.67% -
XYZ 18.16 10.99 1.42 -
YUV 81.22 87.25 192.75 -
System Red Green Blue C M Y K H S L
Decimal 172 49 9 0 0.72 0.95 0.33 14.72 0.9 0.35
Hex AC 31 9 0 48 5F 21 F 5A 23
Octal 254 61 11 0 110 137 41 17 132 43
Binary 10101100 110001 1001 0 1001000 1011111 100001 1111 1011010 100011

Color Harmonies of #AC3109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3109

Black with #AC3109

Text Example


Text Example

White with #AC3109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3109; }

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

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

background-color css

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

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

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

border-color css

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

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

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