Html Css Color HEX #AC3F0A Rust

📋 copy color: '#AC3F0A'

red 172 ◦ green 63 ◦ blue 10

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

Shades of Rust #AC3F0A

Tints of Rust #AC3F0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.08%

R = 70.2%
G = 25.71%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC3F0A (or 0xAC3F0A) is known color: Rust. HEX triplet: AC, 3F and 0A. RGB value is (172,63,10). Sum of RGB (Red+Green+Blue) = 172+63+10=245 (32% of max value = 765). Red value is 172 (67.58% from 255 or 70.20% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3F0A is #53C0F5. Grayscale: #595959. Windows color (decimal): -5488886 or 671660. OLE color: 671660.

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

Color convert

RGB 172 63 10 -
CMYK 0 0.63 0.94 0.33
HSL 19.63º 0.89% 0.36% -
HSV(B) 19.63º 0.94% 0.67% -
XYZ 18.85 12.35 1.68 -
YUV 89.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 172 63 10 0 0.63 0.94 0.33 19.63 0.89 0.36
Hex AC 3F A 0 3F 5E 21 14 59 24
Octal 254 77 12 0 77 136 41 24 131 44
Binary 10101100 111111 1010 0 111111 1011110 100001 10100 1011001 100100

Color Harmonies of #AC3F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F0A

Black with #AC3F0A

Text Example


Text Example

White with #AC3F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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