Html Css Color HEX #AC3E0D Rust

📋 copy color: '#AC3E0D'

red 172 ◦ green 62 ◦ blue 13

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

Shades of Rust #AC3E0D

Tints of Rust #AC3E0D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.1%

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

R = 69.64%
G = 25.1%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC3E0D (or 0xAC3E0D) is known color: Rust. HEX triplet: AC, 3E and 0D. RGB value is (172,62,13). Sum of RGB (Red+Green+Blue) = 172+62+13=247 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.64% from 247); Green value is 62 (24.61% from 255 or 25.10% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3E0D is #53C1F2. Grayscale: #595959. Windows color (decimal): -5489139 or 868012. OLE color: 868012.

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

Color convert

RGB 172 62 13 -
CMYK 0 0.64 0.92 0.33
HSL 18.49º 0.86% 0.36% -
HSV(B) 18.49º 0.92% 0.67% -
XYZ 18.81 12.24 1.75 -
YUV 89.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 172 62 13 0 0.64 0.92 0.33 18.49 0.86 0.36
Hex AC 3E D 0 40 5C 21 12 56 24
Octal 254 76 15 0 100 134 41 22 126 44
Binary 10101100 111110 1101 0 1000000 1011100 100001 10010 1010110 100100

Color Harmonies of #AC3E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E0D

Black with #AC3E0D

Text Example


Text Example

White with #AC3E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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