Html Css Color HEX #AC3D12 Rust

📋 copy color: '#AC3D12'

red 172 ◦ green 61 ◦ blue 18

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

Shades of Rust #AC3D12

Tints of Rust #AC3D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.3%

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

R = 68.53%
G = 24.3%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#AC3D12 (or 0xAC3D12) is known color: Rust. HEX triplet: AC, 3D and 12. RGB value is (172,61,18). Sum of RGB (Red+Green+Blue) = 172+61+18=251 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.53% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D12 is #53C2ED. Grayscale: #595959. Windows color (decimal): -5489390 or 1195436. OLE color: 1195436.

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

Color convert

RGB 172 61 18 -
CMYK 0 0.65 0.90 0.33
HSL 16.75º 0.81% 0.37% -
HSV(B) 16.75º 0.9% 0.67% -
XYZ 18.79 12.15 1.93 -
YUV 89.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 172 61 18 0 0.65 0.90 0.33 16.75 0.81 0.37
Hex AC 3D 12 0 41 5A 21 11 51 25
Octal 254 75 22 0 101 132 41 21 121 45
Binary 10101100 111101 10010 0 1000001 1011010 100001 10001 1010001 100101

Color Harmonies of #AC3D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D12

Black with #AC3D12

Text Example


Text Example

White with #AC3D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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