Html Css Color HEX #AC3D0D Rust

📋 copy color: '#AC3D0D'

red 172 ◦ green 61 ◦ blue 13

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

Shades of Rust #AC3D0D

Tints of Rust #AC3D0D

RGB

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

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

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

R = 69.92%
G = 24.8%
B = 5.28%

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

#AC3D0D (or 0xAC3D0D) is known color: Rust. HEX triplet: AC, 3D and 0D. RGB value is (172,61,13). Sum of RGB (Red+Green+Blue) = 172+61+13=246 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.92% from 246); Green value is 61 (24.22% from 255 or 24.80% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3D0D is #53C2F2. Grayscale: #595959. Windows color (decimal): -5489395 or 867756. OLE color: 867756.

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

Color convert

RGB 172 61 13 -
CMYK 0 0.65 0.92 0.33
HSL 18.11º 0.86% 0.36% -
HSV(B) 18.11º 0.92% 0.67% -
XYZ 18.75 12.14 1.74 -
YUV 88.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 172 61 13 0 0.65 0.92 0.33 18.11 0.86 0.36
Hex AC 3D D 0 41 5C 21 12 56 24
Octal 254 75 15 0 101 134 41 22 126 44
Binary 10101100 111101 1101 0 1000001 1011100 100001 10010 1010110 100100

Color Harmonies of #AC3D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D0D

Black with #AC3D0D

Text Example


Text Example

White with #AC3D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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