Html Css Color HEX #AC3A12 Rust

📋 copy color: '#AC3A12'

red 172 ◦ green 58 ◦ blue 18

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

Shades of Rust #AC3A12

Tints of Rust #AC3A12

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.39%

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 69.35%
G = 23.39%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3A12 (or 0xAC3A12) is known color: Rust. HEX triplet: AC, 3A and 12. RGB value is (172,58,18). Sum of RGB (Red+Green+Blue) = 172+58+18=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A12 is #53C5ED. Grayscale: #575757. Windows color (decimal): -5490158 or 1194668. OLE color: 1194668.

HSL color Cylindrical-coordinate representation of color #AC3A12: hue angle of 15.58º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC3A12 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 18 -
CMYK 0 0.66 0.90 0.33
HSL 15.58º 0.81% 0.37% -
HSV(B) 15.58º 0.9% 0.67% -
XYZ 18.64 11.84 1.88 -
YUV 87.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 172 58 18 0 0.66 0.90 0.33 15.58 0.81 0.37
Hex AC 3A 12 0 42 5A 21 10 51 25
Octal 254 72 22 0 102 132 41 20 121 45
Binary 10101100 111010 10010 0 1000010 1011010 100001 10000 1010001 100101

Color Harmonies of #AC3A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A12

Black with #AC3A12

Text Example


Text Example

White with #AC3A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A12; }

 p { color: rgb(172,58,18); }

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

background-color css

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

 a { background-color: rgb(172,58,18); }

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

border-color css

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

 span { border-color: rgb(172,58,18); }

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