Html Css Color HEX #AC3D0C Rust

📋 copy color: '#AC3D0C'

red 172 ◦ green 61 ◦ blue 12

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

Shades of Rust #AC3D0C

Tints of Rust #AC3D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 70.2%
G = 24.9%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC3D0C (or 0xAC3D0C) is known color: Rust. HEX triplet: AC, 3D and 0C. RGB value is (172,61,12). Sum of RGB (Red+Green+Blue) = 172+61+12=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 61 (24.22% from 255 or 24.90% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D0C is #53C2F3. Grayscale: #585858. Windows color (decimal): -5489396 or 802220. OLE color: 802220.

HSL color Cylindrical-coordinate representation of color #AC3D0C: hue angle of 18.38º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AC3D0C is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 61 12 -
CMYK 0 0.65 0.93 0.33
HSL 18.38º 0.87% 0.36% -
HSV(B) 18.38º 0.93% 0.67% -
XYZ 18.75 12.13 1.7 -
YUV 88.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 172 61 12 0 0.65 0.93 0.33 18.38 0.87 0.36
Hex AC 3D C 0 41 5D 21 12 57 24
Octal 254 75 14 0 101 135 41 22 127 44
Binary 10101100 111101 1100 0 1000001 1011101 100001 10010 1010111 100100

Color Harmonies of #AC3D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D0C

Black with #AC3D0C

Text Example


Text Example

White with #AC3D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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