Html Css Color HEX #AC3A14 Rust

📋 copy color: '#AC3A14'

red 172 ◦ green 58 ◦ blue 20

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

Shades of Rust #AC3A14

Tints of Rust #AC3A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

 BLUE value IS 20 (8.2% from 255) = 8%

R = 68.8%
G = 23.2%
B = 8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AC3A14 (or 0xAC3A14) is known color: Rust. HEX triplet: AC, 3A and 14. RGB value is (172,58,20). Sum of RGB (Red+Green+Blue) = 172+58+20=250 (33% of max value = 765). Red value is 172 (67.58% from 255 or 68.8% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 20 (8.20% from 255 or 8% from 250); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3A14 is #53C5EB. Grayscale: #585858. Windows color (decimal): -5490156 or 1325740. OLE color: 1325740.

HSL color Cylindrical-coordinate representation of color #AC3A14: hue angle of 15º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC3A14 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 20 -
CMYK 0 0.66 0.88 0.33
HSL 15º 0.79% 0.38% -
HSV(B) 15º 0.88% 0.67% -
XYZ 18.65 11.85 1.97 -
YUV 87.75 89.77 188.09 -
System Red Green Blue C M Y K H S L
Decimal 172 58 20 0 0.66 0.88 0.33 15 0.79 0.38
Hex AC 3A 14 0 42 58 21 F 4F 26
Octal 254 72 24 0 102 130 41 17 117 46
Binary 10101100 111010 10100 0 1000010 1011000 100001 1111 1001111 100110

Color Harmonies of #AC3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A14

Black with #AC3A14

Text Example


Text Example

White with #AC3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A14; }

 p { color: rgb(172,58,20); }

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

background-color css

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

 a { background-color: rgb(172,58,20); }

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

border-color css

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

 span { border-color: rgb(172,58,20); }

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