Html Css Color HEX #AC3C0D Rust

📋 copy color: '#AC3C0D'

red 172 ◦ green 60 ◦ blue 13

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

Shades of Rust #AC3C0D

Tints of Rust #AC3C0D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.49%

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 70.2%
G = 24.49%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC3C0D (or 0xAC3C0D) is known color: Rust. HEX triplet: AC, 3C and 0D. RGB value is (172,60,13). Sum of RGB (Red+Green+Blue) = 172+60+13=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 60 (23.83% from 255 or 24.49% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3C0D is #53C3F2. Grayscale: #585858. Windows color (decimal): -5489651 or 867500. OLE color: 867500.

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

Color convert

RGB 172 60 13 -
CMYK 0 0.65 0.92 0.33
HSL 17.74º 0.86% 0.36% -
HSV(B) 17.74º 0.92% 0.67% -
XYZ 18.7 12.03 1.72 -
YUV 88.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 172 60 13 0 0.65 0.92 0.33 17.74 0.86 0.36
Hex AC 3C D 0 41 5C 21 12 56 24
Octal 254 74 15 0 101 134 41 22 126 44
Binary 10101100 111100 1101 0 1000001 1011100 100001 10010 1010110 100100

Color Harmonies of #AC3C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C0D

Black with #AC3C0D

Text Example


Text Example

White with #AC3C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C0D; }

 p { color: rgb(172,60,13); }

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

background-color css

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

 a { background-color: rgb(172,60,13); }

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

border-color css

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

 span { border-color: rgb(172,60,13); }

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