Html Css Color HEX #AC3F0D Rust

📋 copy color: '#AC3F0D'

red 172 ◦ green 63 ◦ blue 13

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

Shades of Rust #AC3F0D

Tints of Rust #AC3F0D

RGB

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

 GREEN value IS 63 (25% from 255) = 25.4%

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

R = 69.35%
G = 25.4%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC3F0D (or 0xAC3F0D) is known color: Rust. HEX triplet: AC, 3F and 0D. RGB value is (172,63,13). Sum of RGB (Red+Green+Blue) = 172+63+13=248 (32% of max value = 765). Red value is 172 (67.58% from 255 or 69.35% from 248); Green value is 63 (25% from 255 or 25.40% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F0D is #53C0F2. Grayscale: #5A5A5A. Windows color (decimal): -5488883 or 868268. OLE color: 868268.

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

Color convert

RGB 172 63 13 -
CMYK 0 0.63 0.92 0.33
HSL 18.87º 0.86% 0.36% -
HSV(B) 18.87º 0.92% 0.67% -
XYZ 18.86 12.35 1.77 -
YUV 89.89 84.61 186.57 -
System Red Green Blue C M Y K H S L
Decimal 172 63 13 0 0.63 0.92 0.33 18.87 0.86 0.36
Hex AC 3F D 0 3F 5C 21 13 56 24
Octal 254 77 15 0 77 134 41 23 126 44
Binary 10101100 111111 1101 0 111111 1011100 100001 10011 1010110 100100

Color Harmonies of #AC3F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F0D

Black with #AC3F0D

Text Example


Text Example

White with #AC3F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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